mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-06 19:09:08 +00:00
14 lines
301 B
LLVM
14 lines
301 B
LLVM
|
; This causes the backend to assert out with:
|
||
|
; SparcInstrInfo.cpp:103: failed assertion `0 && "Unexpected unsigned type"'
|
||
|
;
|
||
|
implementation
|
||
|
|
||
|
declare void "bar"(sbyte* %G)
|
||
|
|
||
|
void "foo"()
|
||
|
begin
|
||
|
%cast225 = cast ulong 123456 to sbyte* ; <sbyte*> [#uses=1]
|
||
|
call void %bar( sbyte* %cast225)
|
||
|
ret void
|
||
|
end
|