mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-05 19:57:44 +00:00
Checking regression test for bugfix
llvm-svn: 1766
This commit is contained in:
parent
6ae007b43e
commit
a0b7923836
@ -0,0 +1,19 @@
|
||||
; 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
|
Loading…
x
Reference in New Issue
Block a user