[polly] r295978 - [DeLICM] Add missing Doxygen comment. NFC.

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 23 06:51:50 PST 2017


Author: meinersbur
Date: Thu Feb 23 08:51:50 2017
New Revision: 295978

URL: http://llvm.org/viewvc/llvm-project?rev=295978&view=rev
Log:
[DeLICM] Add missing Doxygen comment. NFC.

Modified:
    polly/trunk/lib/Transform/DeLICM.cpp

Modified: polly/trunk/lib/Transform/DeLICM.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Transform/DeLICM.cpp?rev=295978&r1=295977&r2=295978&view=diff
==============================================================================
--- polly/trunk/lib/Transform/DeLICM.cpp (original)
+++ polly/trunk/lib/Transform/DeLICM.cpp Thu Feb 23 08:51:50 2017
@@ -962,6 +962,7 @@ private:
   /// transformations.
   Knowledge Zone;
 
+  /// For getting the MemoryAccesses that write or read a given scalar.
   ScalarDefUseChains DefUse;
 
   /// Determine whether two knowledges are conflicting with each other.




More information about the llvm-commits mailing list