Do not assert on first non-prologue instruction being a CFI directive.
[oota-llvm.git] / lib / CodeGen / EdgeBundles.cpp
index f43b2f1264d2203139eec8f3e9012dfa1cf42f59..aea7c31ba316f1d491be3e3a6f073f5794495e07 100644 (file)
@@ -89,7 +89,7 @@ raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G,
   O << "}\n";
   return O;
 }
-} // namespace llvm
+}
 
 /// view - Visualize the annotated bipartite CFG with Graphviz.
 void EdgeBundles::view() const {