OSDN Git Service

Fix up a comment. NFC.
authorMichael Kuperstein <mkuper@google.com>
Wed, 18 Jan 2017 19:05:48 +0000 (19:05 +0000)
committerMichael Kuperstein <mkuper@google.com>
Wed, 18 Jan 2017 19:05:48 +0000 (19:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292425 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/LoopUtils.cpp

index 69f6437..b5e6418 100644 (file)
@@ -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.