projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f27570
)
fit in 80 cols
author
Chris Lattner
<sabre@nondot.org>
Thu, 17 Aug 2006 18:51:28 +0000
(18:51 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/tools/bugpoint/BugDriver.h
b/tools/bugpoint/BugDriver.h
index ced7df81bafbdac16e2d4e3baa0a93a50e5b8997..f719b64fa2cb2f703f5ac21000c69b95dc3636e6 100644
(file)
--- 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