mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-29 23:12:55 +01:00
8f59261d07
llvm-svn: 6157
16 lines
210 B
LLVM
16 lines
210 B
LLVM
; RUN: analyze %s -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
|
|
|
|
}
|