diff options
Diffstat (limited to 'test/ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll')
-rw-r--r-- | test/ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll b/test/ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll index a6d18e7919ccb..7ed0e3870a3bc 100644 --- a/test/ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll +++ b/test/ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll @@ -1,4 +1,4 @@ -; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -force-interpreter=true %s > /dev/null +; RUN: %lli_mcjit -force-interpreter=true %s > /dev/null define i32 @main() { %a = add i32 0, undef |