Fix bugs section.
[llvm-complete.git] / test / Verifier / invoke-2.ll
blobe544eed87ca2751c6980836cc68d871613bb2593
1 ; RUN: llvm-upgrade < %s | not llvm-as -f |& grep {not verify as correct}
2 ; PR1042
4 int %foo() {
5         br bool false, label %L1, label %L2
6 L1:
7         %A = invoke int %foo() to label %L unwind label %L
9 L2:
10         br label %L
12         ret int %A