1 ; RUN: llvm-upgrade < %s | llvm-as | opt -lowerinvoke -disable-output -enable-correct-eh-support
6 invoke int %foo() to label %Ok unwind label %Crap
8 invoke int %foo() to label %Ok2 unwind label %Crap
18 ;; Value live across an unwind edge.
19 %B2 = add int %blah, 1
20 invoke int %foo() to label %Ok unwind label %Crap
22 invoke int %foo() to label %Ok2 unwind label %Crap