; 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 }
; 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 } *