forked from OSchip/llvm-project
parent
f8037d9b2b
commit
6cf9053473
|
@ -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