summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2013-06-28 01:29:35 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2013-06-28 01:29:35 +0000
commit1300638d50318278926588d73d9ce0c00cf284f2 (patch)
treef41c77fccd2d34e47b854808ed0e02fa950f3fec /test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll
parentae19c89e1da816adbd6c7ffc28f679dabec83573 (diff)
downloadllvm-1300638d50318278926588d73d9ce0c00cf284f2.tar.gz
llvm-1300638d50318278926588d73d9ce0c00cf284f2.tar.bz2
llvm-1300638d50318278926588d73d9ce0c00cf284f2.tar.xz
Convert tests to FileCheck
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185124 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll')
-rw-r--r--test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll b/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll
index 23b606779e..6588a918ba 100644
--- a/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll
+++ b/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll
@@ -1,5 +1,7 @@
; Ignore stderr, we expect warnings there
-; RUN: opt < %s -instcombine 2> /dev/null -S | not grep bitcast
+; RUN: opt < %s -instcombine 2> /dev/null -S | FileCheck %s
+
+; CHECK-NOT: bitcast
define void @a() {
ret void