[llvm-commits] CVS: llvm/tools/bugpoint/OptimizerDriver.cpp
Misha Brukman
brukman at cs.uiuc.edu
Mon Jul 21 16:59:01 PDT 2003
Changes in directory llvm/tools/bugpoint:
OptimizerDriver.cpp updated: 1.7 -> 1.8
---
Log message:
Fixed misspelling.
---
Diffs of the changes:
Index: llvm/tools/bugpoint/OptimizerDriver.cpp
diff -u llvm/tools/bugpoint/OptimizerDriver.cpp:1.7 llvm/tools/bugpoint/OptimizerDriver.cpp:1.8
--- llvm/tools/bugpoint/OptimizerDriver.cpp:1.7 Sun Jun 1 23:54:16 2003
+++ llvm/tools/bugpoint/OptimizerDriver.cpp Mon Jul 21 16:58:16 2003
@@ -33,7 +33,7 @@
/// EmitProgressBytecode - This function is used to output the current Program
-/// to a file named "bugpoing-ID.bc".
+/// to a file named "bugpoint-ID.bc".
///
void BugDriver::EmitProgressBytecode(const std::string &ID, bool NoFlyer) {
// Output the input to the current pass to a bytecode file, emit a message
More information about the llvm-commits
mailing list