From 1c58edfc7b82831aa58f9635c79c7c46f8ac30d2 Mon Sep 17 00:00:00 2001 From: Michael Kuperstein Date: Wed, 18 Jan 2017 19:05:48 +0000 Subject: [PATCH] Fix up a comment. NFC. llvm-svn: 292425 --- lib/Transforms/Utils/LoopUtils.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Transforms/Utils/LoopUtils.cpp b/lib/Transforms/Utils/LoopUtils.cpp index 69f6437eef1..b5e6418ad32 100644 --- a/lib/Transforms/Utils/LoopUtils.cpp +++ b/lib/Transforms/Utils/LoopUtils.cpp @@ -233,7 +233,6 @@ bool RecurrenceDescriptor::AddReductionVar(PHINode *Phi, RecurrenceKind Kind, // - By instructions outside of the loop (safe). // * One value may have several outside users, but all outside // uses must be of the same value. - // - By further instructions outside of the loop (not safe). // - By an instruction that is not part of the reduction (not safe). // This is either: // * An instruction type other than PHI or the reduction operation.