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