[polly] r201814 - Fix typo
Tobias Grosser
tobias at grosser.es
Thu Feb 20 13:29:02 PST 2014
Author: grosser
Date: Thu Feb 20 15:29:02 2014
New Revision: 201814
URL: http://llvm.org/viewvc/llvm-project?rev=201814&view=rev
Log:
Fix typo
Modified:
polly/trunk/lib/Analysis/TempScopInfo.cpp
Modified: polly/trunk/lib/Analysis/TempScopInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/TempScopInfo.cpp?rev=201814&r1=201813&r2=201814&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/TempScopInfo.cpp (original)
+++ polly/trunk/lib/Analysis/TempScopInfo.cpp Thu Feb 20 15:29:02 2014
@@ -138,7 +138,7 @@ bool TempScopInfo::buildScalarDependence
assert(!isa<PHINode>(U) && "Non synthesizable PHINode found in a SCoP!");
// Use the def instruction as base address of the IRAccess, so that it will
- // become the the name of the scalar access in the polyhedral form.
+ // become the name of the scalar access in the polyhedral form.
IRAccess ScalarAccess(IRAccess::SCALARREAD, Inst, ZeroOffset, 1, true);
AccFuncMap[UseParent].push_back(std::make_pair(ScalarAccess, U));
}
More information about the llvm-commits
mailing list