diff options
author | Eli Bendersky <eliben@google.com> | 2013-04-08 19:51:36 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2013-04-08 19:51:36 +0000 |
commit | ed61b06fa815fe7a31e92f3eed7e67f5c514fa9a (patch) | |
tree | 039edfb9ec68e05e4ea760746f527687d1995751 /llvm/test/ExecutionEngine/MCJIT/fpbitcast.ll | |
parent | ca6dfd845a1152e5a5ed643c34640c87455bfaee (diff) | |
download | bcm5719-llvm-ed61b06fa815fe7a31e92f3eed7e67f5c514fa9a.tar.gz bcm5719-llvm-ed61b06fa815fe7a31e92f3eed7e67f5c514fa9a.zip |
Rewrite test/ExecutionEngine tests to use FileCheck instead of grep
llvm-svn: 179043
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/fpbitcast.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/fpbitcast.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/fpbitcast.ll b/llvm/test/ExecutionEngine/MCJIT/fpbitcast.ll index fb5ab6f2421..ea39617547a 100644 --- a/llvm/test/ExecutionEngine/MCJIT/fpbitcast.ll +++ b/llvm/test/ExecutionEngine/MCJIT/fpbitcast.ll @@ -1,5 +1,6 @@ -; RUN: %lli_mcjit -force-interpreter=true %s | grep 40091eb8 -; +; RUN: %lli_mcjit -force-interpreter=true %s | FileCheck %s +; CHECK: 40091eb8 + define i32 @test(double %x) { entry: %x46.i = bitcast double %x to i64 |