[llvm-commits] CVS: llvm/tools/bugpoint/BugDriver.h
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 17 11:51:42 PDT 2006
Changes in directory llvm/tools/bugpoint:
BugDriver.h updated: 1.44 -> 1.45
---
Log message:
fit in 80 cols
---
Diffs of the changes: (+2 -1)
BugDriver.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/tools/bugpoint/BugDriver.h
diff -u llvm/tools/bugpoint/BugDriver.h:1.44 llvm/tools/bugpoint/BugDriver.h:1.45
--- llvm/tools/bugpoint/BugDriver.h:1.44 Tue Aug 15 11:40:49 2006
+++ llvm/tools/bugpoint/BugDriver.h Thu Aug 17 13:51:28 2006
@@ -182,7 +182,8 @@
/// otherwise. Note: initializeExecutionEnvironment should be called BEFORE
/// this function.
///
- bool createReferenceFile(Module *M, const std::string &Filename = "bugpoint.reference.out");
+ bool createReferenceFile(Module *M, const std::string &Filename
+ = "bugpoint.reference.out");
/// diffProgram - This method executes the specified module and diffs the
/// output against the file specified by ReferenceOutputFile. If the output
More information about the llvm-commits
mailing list