summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/2007-02-25-invoke.ll
blob: 6dba99e21f790723908dd7ea308639987cf5eaa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}
OpenPOWER on IntegriCloud