Use not instead of grep-not

llvm-svn: 6960
This commit is contained in:
Chris Lattner 2003-06-28 23:02:51 +00:00
parent f8037d9b2b
commit 6cf9053473
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
; successful, all cast instructions should be eliminated from this testcase. ; 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 } *
%hash = type { { uint, sbyte *, \2 } * *, int (uint) *, int } %hash = type { { uint, sbyte *, \2 } * *, int (uint) *, int }

View File

@ -3,7 +3,7 @@
; prevented reg115 from being able to change. ; 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 } * %Hash = type { { uint, sbyte *, \2 } * *, int (uint) *, int } *
%HashEntry = type { uint, sbyte *, \2 } * %HashEntry = type { uint, sbyte *, \2 } *