another random update
[llvm/avr.git] / test / Transforms / CodeExtractor / 2004-11-12-InvokeExtract.ll
blob19769a2bf84eb2ec8a0217d6c44f066210f88131
1 ; RUN: opt %s -extract-blocks -disable-output
2 define i32 @foo() {
3         br label %EB
5 EB:             ; preds = %0
6         %V = invoke i32 @foo( )
7                         to label %Cont unwind label %Unw                ; <i32> [#uses=1]
9 Cont:           ; preds = %EB
10         ret i32 %V
12 Unw:            ; preds = %EB
13         unwind