[polly] r251231 - Fix typo
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 25 05:05:15 PDT 2015
Author: grosser
Date: Sun Oct 25 07:05:14 2015
New Revision: 251231
URL: http://llvm.org/viewvc/llvm-project?rev=251231&view=rev
Log:
Fix typo
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=251231&r1=251230&r2=251231&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/ScopInfo.cpp (original)
+++ polly/trunk/lib/Analysis/ScopInfo.cpp Sun Oct 25 07:05:14 2015
@@ -2552,7 +2552,7 @@ void Scop::hoistInvariantLoads() {
// the region if it is also a memory access. Each ScopArrayInfo object
// that has a base pointer origin has a base pointer that is loaded and
// that it is invariant, thus it will be hoisted too. However, if there is
- // no bease pointer origin we check that the base pointer is defined
+ // no base pointer origin we check that the base pointer is defined
// outside the region.
const ScopArrayInfo *SAI = MA->getScopArrayInfo();
while (auto *BasePtrOriginSAI = SAI->getBasePtrOriginSAI())
More information about the llvm-commits
mailing list