summaryrefslogtreecommitdiff
path: root/tools/bugpoint/BugDriver.h
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-04-22 04:13:13 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-04-22 04:13:13 +0000
commitea3e5e56fdc56e5c2ddafb36eab26676e137dfa0 (patch)
treef23482992bd435bcc1d66835454d8d21e04b98ad /tools/bugpoint/BugDriver.h
parent3c94497ec7852eccd68c1bc1663e8ac2a7bb1ab9 (diff)
downloadllvm-ea3e5e56fdc56e5c2ddafb36eab26676e137dfa0.tar.gz
llvm-ea3e5e56fdc56e5c2ddafb36eab26676e137dfa0.tar.bz2
llvm-ea3e5e56fdc56e5c2ddafb36eab26676e137dfa0.tar.xz
Eliminate tabs and trailing spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21441 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/BugDriver.h')
-rw-r--r--tools/bugpoint/BugDriver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bugpoint/BugDriver.h b/tools/bugpoint/BugDriver.h
index e610c67f70..51798d29a5 100644
--- a/tools/bugpoint/BugDriver.h
+++ b/tools/bugpoint/BugDriver.h
@@ -94,7 +94,7 @@ public:
/// are to match.
///
bool debugPassMiscompilation(const PassInfo *ThePass,
- const std::string &ReferenceOutput);
+ const std::string &ReferenceOutput);
/// compileSharedObject - This method creates a SharedObject from a given
/// BytecodeFile for debugging a code generator.
@@ -227,7 +227,7 @@ public:
///
bool runPasses(const std::vector<const PassInfo*> &PassesToRun,
std::string &OutputFilename, bool DeleteOutput = false,
- bool Quiet = false) const;
+ bool Quiet = false) const;
/// writeProgramToFile - This writes the current "Program" to the named
/// bytecode file. If an error occurs, true is returned.