[polly] r262613 - Fix typo [NFC]
Johannes Doerfert via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 3 04:30:19 PST 2016
Author: jdoerfert
Date: Thu Mar 3 06:30:19 2016
New Revision: 262613
URL: http://llvm.org/viewvc/llvm-project?rev=262613&view=rev
Log:
Fix typo [NFC]
Modified:
polly/trunk/lib/Analysis/ScopInfo.cpp
Modified: polly/trunk/lib/Analysis/ScopInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/ScopInfo.cpp?rev=262613&r1=262612&r2=262613&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/ScopInfo.cpp (original)
+++ polly/trunk/lib/Analysis/ScopInfo.cpp Thu Mar 3 06:30:19 2016
@@ -2972,7 +2972,7 @@ void Scop::addInvariantLoads(ScopStmt &S
// 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()) {
More information about the llvm-commits
mailing list