summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>2016-03-03 12:30:19 +0000
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>2016-03-03 12:30:19 +0000
commitac37c565b515364d00420f2beae412f1ee506d0e (patch)
treedd6706037274069ebd31b72451596bbf20d44045
parentdf88023d2bf0e456974d4bd930c3b0c62741788c (diff)
downloadbcm5719-llvm-ac37c565b515364d00420f2beae412f1ee506d0e.tar.gz
bcm5719-llvm-ac37c565b515364d00420f2beae412f1ee506d0e.zip
Fix typo [NFC]
llvm-svn: 262613
-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 ebb200aa60f..4e940350f24 100644
--- a/polly/lib/Analysis/ScopInfo.cpp
+++ b/polly/lib/Analysis/ScopInfo.cpp
@@ -2972,7 +2972,7 @@ void Scop::addInvariantLoads(ScopStmt &Stmt, MemoryAccessList &InvMAs) {
// If the pointer and the type is equal check if the access function wrt.
// to the domain is equal too. It can happen that the domain fixes
// parameter values and these can be different for distinct part of the
- // SCoP. If this happens we cannot consolitate the loads but need to
+ // SCoP. If this happens we cannot consolidate the loads but need to
// create a new invariant load equivalence class.
auto &MAs = std::get<1>(IAClass);
if (!MAs.empty()) {
OpenPOWER on IntegriCloud