From 060c1f816cdb15f3d1ce926cf48f89d3535ab412 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 28 Jun 2003 23:32:04 +0000 Subject: Remove usage of grep-not script git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6966 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/add.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Transforms/InstCombine/add.ll') diff --git a/test/Transforms/InstCombine/add.ll b/test/Transforms/InstCombine/add.ll index b2850d37de..e3b9c98f31 100644 --- a/test/Transforms/InstCombine/add.ll +++ b/test/Transforms/InstCombine/add.ll @@ -3,7 +3,7 @@ ; This also tests that a subtract with a constant is properly converted ; to a add w/negative constant -; RUN: as < %s | opt -instcombine -die | dis | grep-not add +; RUN: as < %s | opt -instcombine -die | dis | not grep add implementation -- cgit v1.2.3