diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-16 00:08:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-16 00:08:28 +0000 |
commit | 4d143ee01988e1b52e106ffccbb313937ca5e886 (patch) | |
tree | 18562c60b261c20b0faa888a7d854b255cb7ae28 /tools/bugpoint/ExecutionDriver.cpp | |
parent | b8edf61fa9f558ccd68b4b5ac970e3d403d870ea (diff) | |
download | external_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.cpp | 2 |
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> |