correct suffix matching to search for s/l/t suffixes on
[oota-llvm.git] / test / Transforms / PruneEH / 2003-09-14-ExternalCall.ll
1 ; RUN: opt < %s -prune-eh -S | grep invoke
2
3 declare void @External()
4
5 define void @foo() {
6         invoke void @External( )
7                         to label %Cont unwind label %Cont
8 Cont:           ; preds = %0, %0
9         ret void
10 }
11