From ac77947315c5cf9a79b1aa5b813baaa2d018cbe3 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 llvm-svn: 375040 --- llvm/test/Transforms/IndVarSimplify/loop-predication.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/test/Transforms/IndVarSimplify/loop-predication.ll b/llvm/test/Transforms/IndVarSimplify/loop-predication.ll index 0eb118e..9436370 100644 --- a/llvm/test/Transforms/IndVarSimplify/loop-predication.ll +++ b/llvm/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.7.4