diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/test-constantexpr.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/test-constantexpr.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/ExecutionEngine/test-constantexpr.ll b/llvm/test/ExecutionEngine/test-constantexpr.ll index cd5c635331d..d6d90e3e198 100644 --- a/llvm/test/ExecutionEngine/test-constantexpr.ll +++ b/llvm/test/ExecutionEngine/test-constantexpr.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as %s -o %t.bc -; RUN: lli %t.bc > /dev/null +; RUN: lli %s > /dev/null ; This tests to make sure that we can evaluate weird constant expressions |