From 0de990da16c4aeed10612da9dd752fa28de5a007 Mon Sep 17 00:00:00 2001 From: Michael Kuperstein Date: Wed, 18 Jan 2017 19:05:48 +0000 Subject: Fix up a comment. NFC. llvm-svn: 292425 --- llvm/lib/Transforms/Utils/LoopUtils.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp') diff --git a/llvm/lib/Transforms/Utils/LoopUtils.cpp b/llvm/lib/Transforms/Utils/LoopUtils.cpp index 69f6437..b5e6418 100644 --- a/llvm/lib/Transforms/Utils/LoopUtils.cpp +++ b/llvm/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. -- cgit v1.1