summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2016-03-28 11:23:21 +0000
committerHal Finkel <hfinkel@anl.gov>2016-03-28 11:23:21 +0000
commit5c83a090bc3f1a018a32608fced52e5c652837e0 (patch)
tree2f1ba03d5f547dceab594bfa6a7e427cb698e40c /llvm
parent29f5131dafb80384874c30a2dd1fdd99638560e1 (diff)
downloadbcm5719-llvm-5c83a090bc3f1a018a32608fced52e5c652837e0.tar.gz
bcm5719-llvm-5c83a090bc3f1a018a32608fced52e5c652837e0.zip
[SROA] Fix typo in comment
llvm-svn: 264573
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Transforms/Scalar/SROA.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/SROA.cpp b/llvm/lib/Transforms/Scalar/SROA.cpp
index 12fcd55b1fd..42d3bd34725 100644
--- a/llvm/lib/Transforms/Scalar/SROA.cpp
+++ b/llvm/lib/Transforms/Scalar/SROA.cpp
@@ -681,7 +681,7 @@ private:
// langref in a very strict sense. If we ever want to enable
// SROAStrictInbounds, this code should be factored cleanly into
// PtrUseVisitor, but it is easier to experiment with SROAStrictInbounds
- // by writing out the code here where we have tho underlying allocation
+ // by writing out the code here where we have the underlying allocation
// size readily available.
APInt GEPOffset = Offset;
const DataLayout &DL = GEPI.getModule()->getDataLayout();
OpenPOWER on IntegriCloud