Silence -Wunused-variable in release builds.
[llvm/stm8.git] / test / Transforms / SimplifyCFG / 2003-08-05-InvokeCrash.ll
blobc019931c07e756a8948c2cc2ab05d90921ce9333
1 ; Do not remove the invoke!
3 ; RUN: opt < %s -simplifycfg -disable-output
5 define i32 @test() {
6         %A = invoke i32 @test( )
7                         to label %Ret unwind label %Ret2                ; <i32> [#uses=1]
8 Ret:            ; preds = %0
9         ret i32 %A
10 Ret2:           ; preds = %0
11         ret i32 undef