summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/2007-02-25-invoke.ll
blob: 6e20eaae3bde339e8663578a43686b30b8b2dbd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; RUN: llc < %s

; 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