summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/fpbitcast.ll
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2013-04-08 19:51:36 +0000
committerEli Bendersky <eliben@google.com>2013-04-08 19:51:36 +0000
commit20680b045aea83b5f476a1d253b9262ff4d3f71b (patch)
treef9abd1028543bec1790ac8a9f661ee24421d502f /test/ExecutionEngine/fpbitcast.ll
parented36a478671cd30bd9ec9505739fae7ea4798b40 (diff)
downloadllvm-20680b045aea83b5f476a1d253b9262ff4d3f71b.tar.gz
llvm-20680b045aea83b5f476a1d253b9262ff4d3f71b.tar.bz2
llvm-20680b045aea83b5f476a1d253b9262ff4d3f71b.tar.xz
Rewrite test/ExecutionEngine tests to use FileCheck instead of grep
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179043 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/fpbitcast.ll')
-rw-r--r--test/ExecutionEngine/fpbitcast.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/ExecutionEngine/fpbitcast.ll b/test/ExecutionEngine/fpbitcast.ll
index fa84be4410..e6d06f83db 100644
--- a/test/ExecutionEngine/fpbitcast.ll
+++ b/test/ExecutionEngine/fpbitcast.ll
@@ -1,5 +1,6 @@
-; RUN: %lli -force-interpreter=true %s | grep 40091eb8
-;
+; RUN: %lli -force-interpreter=true %s | FileCheck %s
+; CHECK: 40091eb8
+
define i32 @test(double %x) {
entry:
%x46.i = bitcast double %x to i64