mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
New test.
llvm-svn: 37048
This commit is contained in:
parent
0f1466ebc1
commit
eee2e3bfab
27
test/CodeGen/X86/2007-05-14-LiveIntervalAssert.ll
Normal file
27
test/CodeGen/X86/2007-05-14-LiveIntervalAssert.ll
Normal file
@ -0,0 +1,27 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86-64
|
||||
|
||||
%struct.XDesc = type <{ i32, %struct.OpaqueXDataStorageType** }>
|
||||
%struct.OpaqueXDataStorageType = type opaque
|
||||
|
||||
declare i16 @GetParamDesc(%struct.XDesc*, i32, i32, %struct.XDesc*) sext
|
||||
|
||||
declare void @r_raise(i64, i8*, ...)
|
||||
|
||||
define i64 @app_send_event(i64 %self, i64 %event_class, i64 %event_id, i64 %params, i64 %need_retval) {
|
||||
entry:
|
||||
br i1 false, label %cond_true109, label %bb83.preheader
|
||||
|
||||
bb83.preheader: ; preds = %entry
|
||||
ret i64 0
|
||||
|
||||
cond_true109: ; preds = %entry
|
||||
br i1 false, label %cond_next164, label %cond_true239
|
||||
|
||||
cond_next164: ; preds = %cond_true109
|
||||
%tmp176 = call i16 @GetParamDesc( %struct.XDesc* null, i32 1701999219, i32 1413830740, %struct.XDesc* null ) sext ; <i16> [#uses=0]
|
||||
call void (i64, i8*, ...)* @r_raise( i64 0, i8* null )
|
||||
unreachable
|
||||
|
||||
cond_true239: ; preds = %cond_true109
|
||||
ret i64 0
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user