diff options
Diffstat (limited to 'test/ExecutionEngine/2007-12-10-APIntLoadStore.ll')
-rw-r--r-- | test/ExecutionEngine/2007-12-10-APIntLoadStore.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/2007-12-10-APIntLoadStore.ll b/test/ExecutionEngine/2007-12-10-APIntLoadStore.ll index f347f5d..c0dc4cf 100644 --- a/test/ExecutionEngine/2007-12-10-APIntLoadStore.ll +++ b/test/ExecutionEngine/2007-12-10-APIntLoadStore.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -o - | lli -force-interpreter +; RUN: lli -force-interpreter %s ; PR1836 define i32 @main() { |