mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-12 15:30:56 +00:00
Spelling correction
Another trivial spelling change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217364 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
feae667742
commit
27ebc7c2f5
@ -1276,9 +1276,9 @@ bool HexagonPacketizerList::isLegalToPacketizeTogether(SUnit *SUI, SUnit *SUJ) {
|
||||
}
|
||||
|
||||
// For V4, special case ALLOCFRAME. Even though there is dependency
|
||||
// between ALLOCAFRAME and subsequent store, allow it to be
|
||||
// between ALLOCFRAME and subsequent store, allow it to be
|
||||
// packetized in a same packet. This implies that the store is using
|
||||
// caller's SP. Hense, offset needs to be updated accordingly.
|
||||
// caller's SP. Hence, offset needs to be updated accordingly.
|
||||
else if (DepType == SDep::Data
|
||||
&& QRI->Subtarget.hasV4TOps()
|
||||
&& J->getOpcode() == Hexagon::ALLOCFRAME
|
||||
|
Loading…
x
Reference in New Issue
Block a user