summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2013-08-28 23:04:41 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2013-08-28 23:04:41 +0000
commit9fd438fc008897243e99c17f688e2b234520f994 (patch)
tree9191c986279b09f2750f1a7fa4fb52859d9fc760 /test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll
parent09174f8833a86766aad6bb0307352a7d9fe9e22b (diff)
downloadllvm-9fd438fc008897243e99c17f688e2b234520f994.tar.gz
llvm-9fd438fc008897243e99c17f688e2b234520f994.tar.bz2
llvm-9fd438fc008897243e99c17f688e2b234520f994.tar.xz
Convert tests to FileCheck
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189529 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll')
-rw-r--r--test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll b/test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll
index 22574f77f1..49e55c620a 100644
--- a/test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll
+++ b/test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll
@@ -1,4 +1,6 @@
-; RUN: opt < %s -instcombine -S | not grep add
+; RUN: opt < %s -instcombine -S | FileCheck %s
+
+; CHECK-NOT: add
define i32 @test(i32 %A) {
%A.neg = sub i32 0, %A ; <i32> [#uses=1]