aboutsummaryrefslogtreecommitdiffstats
path: root/test/Other/2002-03-11-ExprAssertion.ll
blob: 4c6dcb642a91c45598e6c7cdb09cc78354a7fac4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; RUN: analyze -exprs %s

implementation

void "foo"(int %reg126)
begin
	%cast1007 = cast int %reg126 to uint		; <uint> [#uses=1]

	%reg119 = sub uint %cast1007, %cast1007		; <uint> [#uses=1]
	%cast121 = cast uint %reg119 to sbyte *		; <sbyte *> [#uses=1]

	ret void
end