Fix typo [NFC]
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>
Thu, 3 Mar 2016 12:30:19 +0000 (12:30 +0000)
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>
Thu, 3 Mar 2016 12:30:19 +0000 (12:30 +0000)
llvm-svn: 262613

polly/lib/Analysis/ScopInfo.cpp

index ebb200a..4e94035 100644 (file)
@@ -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()) {