aboutsummaryrefslogtreecommitdiff
path: root/polly
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2017-07-16 22:44:17 +0000
committerTobias Grosser <tobias@grosser.es>2017-07-16 22:44:17 +0000
commit3012a0b302235c62ce09de6fa4dc2e65236b5333 (patch)
treeb293773b4ee3bdd33f0d8e4d5c3cffaf0f8b0f87 /polly
parent2c59215ae34cf9b3280f38aca794eac851cfe2bb (diff)
downloadllvm-3012a0b302235c62ce09de6fa4dc2e65236b5333.zip
llvm-3012a0b302235c62ce09de6fa4dc2e65236b5333.tar.gz
llvm-3012a0b302235c62ce09de6fa4dc2e65236b5333.tar.bz2
Fix typo in comment [NFC]
llvm-svn: 308149
Diffstat (limited to 'polly')
-rw-r--r--polly/lib/Analysis/ScopInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Analysis/ScopInfo.cpp b/polly/lib/Analysis/ScopInfo.cpp
index 0017f10..523bd80 100644
--- a/polly/lib/Analysis/ScopInfo.cpp
+++ b/polly/lib/Analysis/ScopInfo.cpp
@@ -3736,7 +3736,7 @@ void Scop::simplifySCoP(bool AfterHoisting) {
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) {