Merge branch 'master' into msp430
[llvm/msp430.git] / test / Transforms / LowerInvoke / 2003-12-10-Crash.ll
blob1e8b880485e4e12cf3d1a02a25b0cfc92730a1ca
1 ; This testcase was reduced from Shootout-C++/reversefile.cpp by bugpoint
3 ; RUN: llvm-as < %s | opt -lowerinvoke -disable-output
5 declare void @baz()
7 declare void @bar()
9 define void @foo() {
10 then:
11         invoke void @baz( )
12                         to label %invoke_cont.0 unwind label %try_catch
13 invoke_cont.0:          ; preds = %then
14         invoke void @bar( )
15                         to label %try_exit unwind label %try_catch
16 try_catch:              ; preds = %invoke_cont.0, %then
17         %__tmp.0 = phi i32* [ null, %invoke_cont.0 ], [ null, %then ]           ; <i32*> [#uses=0]
18         ret void
19 try_exit:               ; preds = %invoke_cont.0
20         ret void