diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2011-02-20 12:57:14 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2011-02-20 12:57:14 +0000 |
commit | cf099d11218cb6f6c5cce947d6738e347f07fb12 (patch) | |
tree | d2b61ce94e654cb01a254d2195259db5f9cc3f3c /test/ExecutionEngine/fpbitcast.ll | |
parent | 49011b52fcba02a6051957b84705159f52fae4e4 (diff) |
Diffstat (limited to 'test/ExecutionEngine/fpbitcast.ll')
-rw-r--r-- | test/ExecutionEngine/fpbitcast.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/ExecutionEngine/fpbitcast.ll b/test/ExecutionEngine/fpbitcast.ll index 34ca129ead6f7..47cbb02db1806 100644 --- a/test/ExecutionEngine/fpbitcast.ll +++ b/test/ExecutionEngine/fpbitcast.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s > %t.bc -; RUN: lli -force-interpreter=true %t.bc | grep 40091eb8 +; RUN: lli -force-interpreter=true %s | grep 40091eb8 ; define i32 @test(double %x) { entry: |