diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-02-26 10:46:10 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-02-26 10:46:10 +0000 |
commit | 584c3bf6504ec0e56c54bbf02fce2d2bd1e6c0e1 (patch) | |
tree | abf5ef0a8cbe0fe0f48ef9ad5fdc72f79451efcc /tools/bugpoint/BugDriver.cpp | |
parent | 27926af8285b194df04db2b9a1e38ec1e570c9ac (diff) | |
download | external_llvm-584c3bf6504ec0e56c54bbf02fce2d2bd1e6c0e1.zip external_llvm-584c3bf6504ec0e56c54bbf02fce2d2bd1e6c0e1.tar.gz external_llvm-584c3bf6504ec0e56c54bbf02fce2d2bd1e6c0e1.tar.bz2 |
Detabify.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47596 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/BugDriver.cpp')
-rw-r--r-- | tools/bugpoint/BugDriver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/BugDriver.cpp b/tools/bugpoint/BugDriver.cpp index 3fbe589..acea37e 100644 --- a/tools/bugpoint/BugDriver.cpp +++ b/tools/bugpoint/BugDriver.cpp @@ -184,7 +184,7 @@ bool BugDriver::run() { if (ReferenceOutputFile.empty()) { std::cout << "Generating reference output from raw program: "; if(!createReferenceFile(Program)){ - return debugCodeGeneratorCrash(); + return debugCodeGeneratorCrash(); } CreatedOutput = true; } |