mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-03 16:18:37 +00:00
Remove a stale comment, noted in post commit review for rL375038
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375040 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
25ddbc8218
commit
91e38641d2
@ -784,7 +784,6 @@ exit:
|
||||
; If we have a dominating exit (exit1) which can't be itself rewritten, we
|
||||
; can't rewrite a later exit (exit2). Doing so would cause the loop to exit
|
||||
; from the exit2 when it should have exited from exit1.
|
||||
; FIXME: This currently demonstrates a miscompile.
|
||||
define i32 @neg_dominating_exit(i32* %array, i32 %length, i32 %n) {
|
||||
; CHECK-LABEL: @neg_dominating_exit(
|
||||
; CHECK-NEXT: loop.preheader:
|
||||
|
Loading…
x
Reference in New Issue
Block a user