fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git] / test / Transforms / ADCE / 2005-02-17-PHI-Invoke-Crash.ll
blob991e876a25b77faa16ef9883ca30909bf67cf50d
1 ; RUN: opt < %s -adce -disable-output
3 declare void @strlen()
5 declare void @_ZN10QByteArray6resizeEi()
7 declare void @q_atomic_decrement()
9 define void @_ZNK10QByteArray13leftJustifiedEicb() {
10 entry:
11         invoke void @strlen( )
12                         to label %tmp.3.i.noexc unwind label %invoke_catch.0
14 tmp.3.i.noexc:          ; preds = %entry
15         br i1 false, label %then.0, label %else.0
17 invoke_catch.0:         ; preds = %entry
18         invoke void @q_atomic_decrement( )
19                         to label %tmp.1.i.i183.noexc unwind label %terminate
21 tmp.1.i.i183.noexc:             ; preds = %invoke_catch.0
22         unwind
24 then.0:         ; preds = %tmp.3.i.noexc
25         invoke void @_ZN10QByteArray6resizeEi( )
26                         to label %invoke_cont.1 unwind label %invoke_catch.1
28 invoke_catch.1:         ; preds = %then.0
29         invoke void @q_atomic_decrement( )
30                         to label %tmp.1.i.i162.noexc unwind label %terminate
32 tmp.1.i.i162.noexc:             ; preds = %invoke_catch.1
33         ret void
35 invoke_cont.1:          ; preds = %then.0
36         ret void
38 else.0:         ; preds = %tmp.3.i.noexc
39         ret void
41 terminate:              ; preds = %invoke_catch.1, %invoke_catch.0
42         %dbg.0.1 = phi {  }* [ null, %invoke_catch.1 ], [ null, %invoke_catch.0 ]               ; <{  }*> [#uses=0]
43         unreachable