diff options
-rw-r--r-- | polly/lib/Analysis/TempScopInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Analysis/TempScopInfo.cpp b/polly/lib/Analysis/TempScopInfo.cpp index d36502505ce..53c5a719770 100644 --- a/polly/lib/Analysis/TempScopInfo.cpp +++ b/polly/lib/Analysis/TempScopInfo.cpp @@ -138,7 +138,7 @@ bool TempScopInfo::buildScalarDependences(Instruction *Inst, Region *R) { 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)); } |