fit in 80 cols
authorChris Lattner <sabre@nondot.org>
Thu, 17 Aug 2006 18:51:28 +0000 (18:51 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 17 Aug 2006 18:51:28 +0000 (18:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29754 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/BugDriver.h

index ced7df81bafbdac16e2d4e3baa0a93a50e5b8997..f719b64fa2cb2f703f5ac21000c69b95dc3636e6 100644 (file)
@@ -182,7 +182,8 @@ public:
   /// 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