[polly] r308149 - Fix typo in comment [NFC]

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 16 15:44:17 PDT 2017


Author: grosser
Date: Sun Jul 16 15:44:17 2017
New Revision: 308149

URL: http://llvm.org/viewvc/llvm-project?rev=308149&view=rev
Log:
Fix typo in comment [NFC]

Modified:
    polly/trunk/lib/Analysis/ScopInfo.cpp

Modified: polly/trunk/lib/Analysis/ScopInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/ScopInfo.cpp?rev=308149&r1=308148&r2=308149&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/ScopInfo.cpp (original)
+++ polly/trunk/lib/Analysis/ScopInfo.cpp Sun Jul 16 15:44:17 2017
@@ -3736,7 +3736,7 @@ void Scop::simplifySCoP(bool AfterHoisti
     if (!RemoveStmt)
       RemoveStmt = !DomainMap[Stmt.getEntryBlock()];
 
-    // Remove read only statements only after invariant loop hoisting.
+    // Remove read only statements only after invariant load hoisting.
     if (!RemoveStmt && AfterHoisting) {
       bool OnlyRead = true;
       for (MemoryAccess *MA : Stmt) {




More information about the llvm-commits mailing list