summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/test-loadstore.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/ExecutionEngine/test-loadstore.ll')
-rw-r--r--test/ExecutionEngine/test-loadstore.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/ExecutionEngine/test-loadstore.ll b/test/ExecutionEngine/test-loadstore.ll
index ba0f0baf8d..53155e8ac9 100644
--- a/test/ExecutionEngine/test-loadstore.ll
+++ b/test/ExecutionEngine/test-loadstore.ll
@@ -1,5 +1,4 @@
-; RUN: llvm-as %s -o %t.bc
-; RUN: lli %t.bc > /dev/null
+; RUN: lli %s > /dev/null
define void @test(i8* %P, i16* %P.upgrd.1, i32* %P.upgrd.2, i64* %P.upgrd.3) {
%V = load i8* %P ; <i8> [#uses=1]