[llvm-commits] CVS: llvm/tools/bugpoint/BugDriver.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Wed Oct 15 15:43:01 PDT 2003


Changes in directory llvm/tools/bugpoint:

BugDriver.cpp updated: 1.17 -> 1.18

---
Log message:

Flush output after writing out the list of function names.


---
Diffs of the changes:  (+1 -0)

Index: llvm/tools/bugpoint/BugDriver.cpp
diff -u llvm/tools/bugpoint/BugDriver.cpp:1.17 llvm/tools/bugpoint/BugDriver.cpp:1.18
--- llvm/tools/bugpoint/BugDriver.cpp:1.17	Tue Oct 14 15:52:55 2003
+++ llvm/tools/bugpoint/BugDriver.cpp	Wed Oct 15 15:42:48 2003
@@ -170,4 +170,5 @@
     if (i) std::cout << ", ";
     std::cout << Funcs[i]->getName();
   }
+  std::cout << std::flush;
 }





More information about the llvm-commits mailing list