fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git] / test / Transforms / SCCP / 2004-11-16-DeadInvoke.ll
blob5d2c78ef874c0a5f52ff9fcf750645418bdbfc21
1 ; RUN: opt < %s -sccp -disable-output
3 declare i32 @foo()
5 define void @caller() {
6         br i1 true, label %T, label %F
7 F:              ; preds = %0
8         %X = invoke i32 @foo( )
9                         to label %T unwind label %T             ; <i32> [#uses=0]
10 T:              ; preds = %F, %F, %0
11         ret void