diff options
| author | Tobias Grosser <tobias@grosser.es> | 2017-07-16 22:44:17 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2017-07-16 22:44:17 +0000 |
| commit | 3012a0b302235c62ce09de6fa4dc2e65236b5333 (patch) | |
| tree | b293773b4ee3bdd33f0d8e4d5c3cffaf0f8b0f87 | |
| parent | 2c59215ae34cf9b3280f38aca794eac851cfe2bb (diff) | |
| download | bcm5719-llvm-3012a0b302235c62ce09de6fa4dc2e65236b5333.tar.gz bcm5719-llvm-3012a0b302235c62ce09de6fa4dc2e65236b5333.zip | |
Fix typo in comment [NFC]
llvm-svn: 308149
| -rw-r--r-- | polly/lib/Analysis/ScopInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Analysis/ScopInfo.cpp b/polly/lib/Analysis/ScopInfo.cpp index 0017f10ddcb..523bd80eaf9 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) { |

