mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-24 20:30:06 +00:00
Use not instead of grep-not
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6960 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5944ba6336
commit
ecf2628cc6
@ -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 }
|
||||
|
@ -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 } *
|
||||
|
Loading…
Reference in New Issue
Block a user