llvm-6502/test/Analysis/Dominators/2003-05-12-UnreachableCode.ll
2006-12-02 04:23:10 +00:00

16 lines
242 B
LLVM

; RUN: llvm-upgrade < %s | llvm-as | 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
}