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



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to