summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/ExecutionDriver.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2012-01-10 16:47:17 +0000
committerDavid Blaikie <dblaikie@gmail.com>2012-01-10 16:47:17 +0000
commitedbb58c577f924dbb69c76f6fbaf421a669fed73 (patch)
tree26e86943cb91d6362fd8fbdd820baec22ae5ac2a /llvm/tools/bugpoint/ExecutionDriver.cpp
parentc07e34ceedaab7e4cdfab5a62820f24168392004 (diff)
downloadbcm5719-llvm-edbb58c577f924dbb69c76f6fbaf421a669fed73.tar.gz
bcm5719-llvm-edbb58c577f924dbb69c76f6fbaf421a669fed73.zip
Remove unnecessary default cases in switches that cover all enum values.
llvm-svn: 147855
Diffstat (limited to 'llvm/tools/bugpoint/ExecutionDriver.cpp')
-rw-r--r--llvm/tools/bugpoint/ExecutionDriver.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/tools/bugpoint/ExecutionDriver.cpp b/llvm/tools/bugpoint/ExecutionDriver.cpp
index 77c01ac552b..adf5587553e 100644
--- a/llvm/tools/bugpoint/ExecutionDriver.cpp
+++ b/llvm/tools/bugpoint/ExecutionDriver.cpp
@@ -209,9 +209,6 @@ bool BugDriver::initializeExecutionEnvironment() {
Interpreter =
AbstractInterpreter::createCustomExecutor(Message, CustomExecCommand);
break;
- default:
- Message = "Sorry, this back-end is not supported by bugpoint right now!\n";
- break;
}
if (!Interpreter)
errs() << Message;
OpenPOWER on IntegriCloud