From 9fd438fc008897243e99c17f688e2b234520f994 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Wed, 28 Aug 2013 23:04:41 +0000 Subject: Convert tests to FileCheck git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189529 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll') 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 ; [#uses=1] -- cgit v1.2.3