summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2016-07-02 09:19:54 +0000
committerTobias Grosser <tobias@grosser.es>2016-07-02 09:19:54 +0000
commit270cf12b3ba8fb2c2e4e424582725344eda6f9eb (patch)
treee88d0667fb00aada8ff55f8393150ad2cb5244e8
parent03e1cc632234a13bde5cdbca44d3e08e2e83fbb5 (diff)
downloadbcm5719-llvm-270cf12b3ba8fb2c2e4e424582725344eda6f9eb.tar.gz
bcm5719-llvm-270cf12b3ba8fb2c2e4e424582725344eda6f9eb.zip
Correct two typos
llvm-svn: 274430
-rw-r--r--polly/include/polly/ScopInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/include/polly/ScopInfo.h b/polly/include/polly/ScopInfo.h
index b718a41babd..ccf6bc31e13 100644
--- a/polly/include/polly/ScopInfo.h
+++ b/polly/include/polly/ScopInfo.h
@@ -929,7 +929,7 @@ using InvariantAccessesTy = SmallVector<InvariantAccess, 8>;
/// third element is the execution context under which the invariant memory
/// location is accessed, hence the union of all domain contexts for the memory
/// accesses in the list. The last element describes the type of the invariant
-/// accesss in order to differentiate between different typed invariant loads of
+/// access in order to differentiate between different typed invariant loads of
/// the same location.
using InvariantEquivClassTy =
std::tuple<const SCEV *, MemoryAccessList, isl_set *, Type *>;
@@ -1427,7 +1427,7 @@ private:
/// @brief The location that caused this assumption.
DebugLoc Loc;
- /// @brief An optional block whos domain can simplify the assumption.
+ /// @brief An optional block whose domain can simplify the assumption.
BasicBlock *BB;
};
OpenPOWER on IntegriCloud