X86MCInstLower::Lower should only not emit anything to OutStreamer,
[llvm/avr.git] / test / Transforms / PruneEH / 2003-09-14-ExternalCall.ll
blob679eafd5936302da87a12a3fcd0ed7431c39b0a1
1 ; RUN: opt < %s -prune-eh -S | grep invoke
3 declare void @External()
5 define void @foo() {
6         invoke void @External( )
7                         to label %Cont unwind label %Cont
8 Cont:           ; preds = %0, %0
9         ret void