From: Johannes Doerfert Date: Thu, 3 Mar 2016 12:30:19 +0000 (+0000) Subject: Fix typo [NFC] X-Git-Tag: llvmorg-3.9.0-rc1~12571 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac37c565b515364d00420f2beae412f1ee506d0e;p=platform%2Fupstream%2Fllvm.git Fix typo [NFC] llvm-svn: 262613 --- diff --git a/polly/lib/Analysis/ScopInfo.cpp b/polly/lib/Analysis/ScopInfo.cpp index ebb200a..4e94035 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()) {