]> granicus.if.org Git - llvm/commitdiff
Remove a stale comment, noted in post commit review for rL375038
authorPhilip Reames <listmail@philipreames.com>
Wed, 16 Oct 2019 20:27:10 +0000 (20:27 +0000)
committerPhilip Reames <listmail@philipreames.com>
Wed, 16 Oct 2019 20:27:10 +0000 (20:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375040 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/IndVarSimplify/loop-predication.ll

index 0eb118e1dad8343a1ef9b63531271c266ba67c1c..94363706b5b1cd2eb1eb7f33769f37f75bcdcabf 100644 (file)
@@ -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: