mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-01 21:04:04 -04: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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user