mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
797668548c
llvm-svn: 1855
14 lines
271 B
LLVM
14 lines
271 B
LLVM
; 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
|