diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/test-arith.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/test-arith.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/ExecutionEngine/test-arith.ll b/llvm/test/ExecutionEngine/test-arith.ll index 8c51e6b2e22..354ecd24bc8 100644 --- a/llvm/test/ExecutionEngine/test-arith.ll +++ b/llvm/test/ExecutionEngine/test-arith.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as %s -o %t.bc -; RUN: lli %t.bc > /dev/null +; RUN: lli %s > /dev/null define i32 @main() { %A = add i8 0, 12 ; <i8> [#uses=1] |