summaryrefslogtreecommitdiff
path: root/test/Integer/fold-fpcast_bt.ll
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2013-04-08 20:18:15 +0000
committerEli Bendersky <eliben@google.com>2013-04-08 20:18:15 +0000
commit5fcba11b232a88c514a64eeba7dcf9b1bcff01b0 (patch)
tree6ec8c6ce9028ee107404f9ac8e954f0c0ed2af96 /test/Integer/fold-fpcast_bt.ll
parent20680b045aea83b5f476a1d253b9262ff4d3f71b (diff)
downloadllvm-5fcba11b232a88c514a64eeba7dcf9b1bcff01b0.tar.gz
llvm-5fcba11b232a88c514a64eeba7dcf9b1bcff01b0.tar.bz2
llvm-5fcba11b232a88c514a64eeba7dcf9b1bcff01b0.tar.xz
Rewrite test/Integer tests to use FileCheck instead of grep
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179047 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Integer/fold-fpcast_bt.ll')
-rw-r--r--test/Integer/fold-fpcast_bt.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Integer/fold-fpcast_bt.ll b/test/Integer/fold-fpcast_bt.ll
index 8e5f8386d7..0ce776dbf8 100644
--- a/test/Integer/fold-fpcast_bt.ll
+++ b/test/Integer/fold-fpcast_bt.ll
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | llvm-dis | not grep bitcast
+; RUN: llvm-as < %s | llvm-dis | FileCheck %s
+; CHECK-NOT: bitcast
define i60 @test1() {
ret i60 fptoui(float 0x400D9999A0000000 to i60)