mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-10 14:36:01 +00:00
[SROA] Fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264573 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a87cc23f87
commit
01605e4cf2
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user