mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
4ed5534a8f
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1766 91177308-0d34-0410-b5e6-96231b3b80d8
20 lines
506 B
LLVM
20 lines
506 B
LLVM
; An invalid assertion killed the level raiser. Fixed.
|
|
;
|
|
; RUN: as < %s | opt -raise
|
|
|
|
implementation
|
|
|
|
declare int "connect_left"()
|
|
|
|
int "do_merge"()
|
|
begin
|
|
%reg108 = call int %connect_left( )
|
|
%cast1002 = cast ulong 8 to sbyte *
|
|
%reg108-idxcast = cast int %reg108 to uint
|
|
%reg1000 = getelementptr sbyte * %cast1002, uint %reg108-idxcast
|
|
%cast1003 = cast sbyte * %reg1000 to sbyte * *
|
|
%reg112 = load sbyte * * %cast1003
|
|
%cast111 = cast sbyte * %reg112 to int
|
|
ret int %cast111
|
|
end
|