summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/tools/bugpoint/BugDriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/BugDriver.cpp b/llvm/tools/bugpoint/BugDriver.cpp
index a1bb2d42636..398e4965e00 100644
--- a/llvm/tools/bugpoint/BugDriver.cpp
+++ b/llvm/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();
}
OpenPOWER on IntegriCloud