mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
b42b7f921a
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2249 91177308-0d34-0410-b5e6-96231b3b80d8
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
|