diff options
| author | Tobias Grosser <tobias@grosser.es> | 2016-07-02 09:19:54 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2016-07-02 09:19:54 +0000 |
| commit | 270cf12b3ba8fb2c2e4e424582725344eda6f9eb (patch) | |
| tree | e88d0667fb00aada8ff55f8393150ad2cb5244e8 | |
| parent | 03e1cc632234a13bde5cdbca44d3e08e2e83fbb5 (diff) | |
| download | bcm5719-llvm-270cf12b3ba8fb2c2e4e424582725344eda6f9eb.tar.gz bcm5719-llvm-270cf12b3ba8fb2c2e4e424582725344eda6f9eb.zip | |
Correct two typos
llvm-svn: 274430
| -rw-r--r-- | polly/include/polly/ScopInfo.h | 4 |
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; }; |

