mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-20 09:30:43 +00:00
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
|
||
|
|
||
|
}
|