mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Test case comments. Fix sloppiness.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209551 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef3a12f984
commit
7ce3a725d3
@ -125,7 +125,7 @@ bar.exit: ; preds = %for.cond.i, %for.bo
|
||||
ret i32 0
|
||||
}
|
||||
|
||||
; Here we have a must-exit loop latch that is not computabe and a
|
||||
; Here we have a must-exit loop latch that is not computable and a
|
||||
; may-exit early exit that can only have one non-exiting iteration
|
||||
; before the check is forever skipped.
|
||||
;
|
||||
@ -155,7 +155,7 @@ bar.exit: ; preds = %for.cond.i, %for.bo
|
||||
ret i32 0
|
||||
}
|
||||
|
||||
; This loop has two must-exits, both of with dominate the latch. The
|
||||
; This loop has two must-exits, both of which dominate the latch. The
|
||||
; MaxBECount should be the minimum of them.
|
||||
;
|
||||
; CHECK-LABEL: @two_mustexit
|
||||
|
Loading…
Reference in New Issue
Block a user