From 91e38641d2de97baf158142f850fcae41af14ee0 Mon Sep 17 00:00:00 2001 From: Philip Reames Date: Wed, 16 Oct 2019 20:27:10 +0000 Subject: [PATCH] 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 --- test/Transforms/IndVarSimplify/loop-predication.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Transforms/IndVarSimplify/loop-predication.ll b/test/Transforms/IndVarSimplify/loop-predication.ll index 0eb118e1dad..94363706b5b 100644 --- a/test/Transforms/IndVarSimplify/loop-predication.ll +++ b/test/Transforms/IndVarSimplify/loop-predication.ll @@ -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: -- 2.50.1