[llvm] r292425 - Fix up a comment. NFC.

Michael Kuperstein via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 11:05:48 PST 2017


Author: mkuper
Date: Wed Jan 18 13:05:48 2017
New Revision: 292425

URL: http://llvm.org/viewvc/llvm-project?rev=292425&view=rev
Log:
Fix up a comment. NFC.

Modified:
    llvm/trunk/lib/Transforms/Utils/LoopUtils.cpp

Modified: llvm/trunk/lib/Transforms/Utils/LoopUtils.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Utils/LoopUtils.cpp?rev=292425&r1=292424&r2=292425&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Utils/LoopUtils.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/LoopUtils.cpp Wed Jan 18 13:05:48 2017
@@ -233,7 +233,6 @@ bool RecurrenceDescriptor::AddReductionV
   //  - 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.




More information about the llvm-commits mailing list