mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-13 06:06:27 +00:00
69ccadd753
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32115 91177308-0d34-0410-b5e6-96231b3b80d8
18 lines
568 B
LLVM
18 lines
568 B
LLVM
; RUN: llvm-upgrade < %s | llvm-as | opt -loopsimplify -verify -licm -disable-output
|
|
implementation ; Functions:
|
|
|
|
void %.subst_48() {
|
|
entry:
|
|
br label %loopentry.0
|
|
|
|
loopentry.0: ; preds = %entry, %loopentry.0
|
|
br bool false, label %loopentry.0, label %loopentry.2
|
|
|
|
loopentry.2: ; preds = %loopentry.0, %loopentry.2
|
|
%tmp.968 = setle int 0, 3 ; <bool> [#uses=1]
|
|
br bool %tmp.968, label %loopentry.2, label %UnifiedReturnBlock
|
|
|
|
UnifiedReturnBlock: ; preds = %entry, %loopentry.2
|
|
ret void
|
|
}
|