diff options
| author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-26 08:15:29 +0000 |
|---|---|---|
| committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-26 08:15:29 +0000 |
| commit | 0909ca132fcd836df843aa1ed1585bb0c15c5520 (patch) | |
| tree | ae17385953adb263665e8e7fbf50177b4b5a64b1 /llvm/lib/Transforms/Scalar/SROA.cpp | |
| parent | 056d835fa4b6e9fba3e7c068ded83c3dce7975cb (diff) | |
| download | bcm5719-llvm-0909ca132fcd836df843aa1ed1585bb0c15c5520.tar.gz bcm5719-llvm-0909ca132fcd836df843aa1ed1585bb0c15c5520.zip | |
[NFC] fix trivial typos in comments and documents
"in in" -> "in", "on on" -> "on" etc.
llvm-svn: 323508
Diffstat (limited to 'llvm/lib/Transforms/Scalar/SROA.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/SROA.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/SROA.cpp b/llvm/lib/Transforms/Scalar/SROA.cpp index 00b7346d24e..fd9b19485b4 100644 --- a/llvm/lib/Transforms/Scalar/SROA.cpp +++ b/llvm/lib/Transforms/Scalar/SROA.cpp @@ -797,7 +797,7 @@ private: uint64_t Size = DL.getTypeStoreSize(ValOp->getType()); // If this memory access can be shown to *statically* extend outside the - // bounds of of the allocation, it's behavior is undefined, so simply + // bounds of the allocation, it's behavior is undefined, so simply // ignore it. Note that this is more strict than the generic clamping // behavior of insertUse. We also try to handle cases which might run the // risk of overflow. |

