aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-08-17 18:51:28 +0000
committerChris Lattner <sabre@nondot.org>2006-08-17 18:51:28 +0000
commitc0431fe1ca52c5d159c604957f337aa3eb1ec3d3 (patch)
tree47cf31636af68944f338a2f195edc5a98840119e
parent7f27570ae0cb716927f946f4e73a55f60d99b3e2 (diff)
fit in 80 cols
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29754 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/bugpoint/BugDriver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/bugpoint/BugDriver.h b/tools/bugpoint/BugDriver.h
index ced7df81ba..f719b64fa2 100644
--- a/tools/bugpoint/BugDriver.h
+++ b/tools/bugpoint/BugDriver.h
@@ -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