Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in a
[oota-llvm.git] / lib / Transforms / Instrumentation / PathProfiling.cpp
index 3def2af2fee99714106229ce6b735ad86e621540..6bd4478395ba133abc4df2c045dc9aada593d247 100644 (file)
@@ -388,6 +388,9 @@ namespace llvm {
   ftEntryTypeBuilder;
 
   // BallLarusEdge << operator overloading
+  raw_ostream& operator<<(raw_ostream& os,
+                          const BLInstrumentationEdge& edge)
+      LLVM_ATTRIBUTE_USED;
   raw_ostream& operator<<(raw_ostream& os,
                           const BLInstrumentationEdge& edge) {
     os << "[" << edge.getSource()->getName() << " -> "