mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-30 15:45:26 +00:00
Test for PR1224.
llvm-svn: 34609
This commit is contained in:
parent
50be7cd320
commit
1c9a412982
12
test/CodeGen/Generic/2007-02-25-invoke.ll
Normal file
12
test/CodeGen/Generic/2007-02-25-invoke.ll
Normal file
@ -0,0 +1,12 @@
|
||||
; RUN: llvm-as < %s | llc
|
||||
|
||||
; PR1224
|
||||
|
||||
declare i32 @test()
|
||||
define i32 @test2() {
|
||||
%A = invoke i32 @test() to label %invcont unwind label %blat
|
||||
invcont:
|
||||
ret i32 %A
|
||||
blat:
|
||||
ret i32 0
|
||||
}
|
Loading…
Reference in New Issue
Block a user