llvm-6502/test/Analysis/Dominators/2003-05-12-UnreachableCode.ll
2006-08-27 22:47:14 +00:00

16 lines
227 B
LLVM

; RUN: llvm-as < %s | opt -analyze -domset -disable-verify
;
int %re_match_2() {
ENTRY:
br label %loopexit.20
loopentry.20:
br label %loopexit.20
loopexit.20:
ret int 0
endif.46: ; UNREACHABLE
br label %loopentry.20
}