aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/ExecutionDriver.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-16 00:08:28 +0000
committerChris Lattner <sabre@nondot.org>2004-07-16 00:08:28 +0000
commit4d143ee01988e1b52e106ffccbb313937ca5e886 (patch)
tree18562c60b261c20b0faa888a7d854b255cb7ae28 /tools/bugpoint/ExecutionDriver.cpp
parentb8edf61fa9f558ccd68b4b5ac970e3d403d870ea (diff)
downloadexternal_llvm-4d143ee01988e1b52e106ffccbb313937ca5e886.zip
external_llvm-4d143ee01988e1b52e106ffccbb313937ca5e886.tar.gz
external_llvm-4d143ee01988e1b52e106ffccbb313937ca5e886.tar.bz2
IA64 compat
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14867 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/ExecutionDriver.cpp')
-rw-r--r--tools/bugpoint/ExecutionDriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/ExecutionDriver.cpp b/tools/bugpoint/ExecutionDriver.cpp
index a08d632..c2a4a1c 100644
--- a/tools/bugpoint/ExecutionDriver.cpp
+++ b/tools/bugpoint/ExecutionDriver.cpp
@@ -38,7 +38,7 @@ namespace {
clEnumValN(RunJIT, "run-jit", "Execute with JIT"),
clEnumValN(RunLLC, "run-llc", "Compile with LLC"),
clEnumValN(RunCBE, "run-cbe", "Compile with CBE"),
- 0),
+ clEnumValEnd),
cl::init(AutoPick));
cl::opt<bool>