1 ; This testcase checks to see if the simplifycfg pass is converting invoke
2 ; instructions to call instructions if the handler just rethrows the exception.
4 ; If this test is successful, the function should be reduced to 'call; ret'
6 ; RUN: opt < %s -simplifycfg -S | \
7 ; RUN: not egrep {\\(invoke\\)|\\(br\\)}
13 to label %Ok unwind label %Rethrow