Checking testcase in my local tree only
[oota-llvm.git] / test / Other / 2002-03-11-ExprAssertion.ll
1 ; RUN: analyze -exprs %s
2
3 implementation
4
5 void "foo"(int %reg126)
6 begin
7         %cast1007 = cast int %reg126 to uint            ; <uint> [#uses=1]
8
9         %reg119 = sub uint %cast1007, %cast1007         ; <uint> [#uses=1]
10         %cast121 = cast uint %reg119 to sbyte *         ; <sbyte *> [#uses=1]
11
12         ret void
13 end