Use not instead of grep-not
authorChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 23:02:51 +0000 (23:02 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 23:02:51 +0000 (23:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6960 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LevelRaise/2002-03-21-MissedRaise.ll
test/Transforms/LevelRaise/2002-03-21-MissedRaise2.ll

index d115d3da77890902ade761031dc0fc32dbf01346..62ac99064237fd2dac02c889be1b0b68c8c4b3a8 100644 (file)
@@ -2,7 +2,7 @@
 ; successful, all cast instructions should be eliminated from this testcase.
 ;
 
-; RUN: as < %s | opt -raise | dis | grep-not cast 
+; RUN: as < %s | opt -raise | dis | not grep cast 
 
        %Hash = type { { uint, sbyte *, \2 } * *, int (uint) *, int } *
        %hash = type { { uint, sbyte *, \2 } * *, int (uint) *, int }
index 4ca8c1673d334896dae37e0120d67375cb673509..36cdc4e355aef4212ecd80291296ef6bbb09c353 100644 (file)
@@ -3,7 +3,7 @@
 ; prevented reg115 from being able to change.
 ;
 
-; RUN: as < %s | opt -raise | dis | grep '= cast' | grep-not \*
+; RUN: as < %s | opt -raise | dis | grep '= cast' | not grep \*
        
        %Hash = type { { uint, sbyte *, \2 } * *, int (uint) *, int } *
        %HashEntry = type { uint, sbyte *, \2 } *