diff options
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 a1bb2d4..398e496 100644 --- a/tools/bugpoint/BugDriver.cpp +++ b/tools/bugpoint/BugDriver.cpp @@ -161,7 +161,7 @@ bool BugDriver::run() { if (DebugMode == DebugCompile) { std::cout << "\n*** Debugging miscompilation!\n"; Result = debugMiscompilation(); - } else if (DebugMode == DebugCodegen) { + } else { // there is only one other possible value: DebugCodegen std::cout << "Debugging code generator problem!\n"; Result = debugCodeGenerator(); } |