mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-19 10:15:00 +00:00
Fix typos in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253324 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bef6034cc2
commit
6c42346ff4
@ -198,7 +198,7 @@ class MachineFrameInfo {
|
||||
/// This contains the size of the largest call frame if the target uses frame
|
||||
/// setup/destroy pseudo instructions (as defined in the TargetFrameInfo
|
||||
/// class). This information is important for frame pointer elimination.
|
||||
/// If is only valid during and after prolog/epilog code insertion.
|
||||
/// It is only valid during and after prolog/epilog code insertion.
|
||||
unsigned MaxCallFrameSize;
|
||||
|
||||
/// The prolog/epilog code inserter fills in this vector with each
|
||||
|
@ -311,7 +311,7 @@ PPCRegisterInfo::getLargestLegalSuperClass(const TargetRegisterClass *RC,
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
/// lowerDynamicAlloc - Generate the code for allocating an object in the
|
||||
/// current frame. The sequence of code with be in the general form
|
||||
/// current frame. The sequence of code will be in the general form
|
||||
///
|
||||
/// addi R0, SP, \#frameSize ; get the address of the previous frame
|
||||
/// stwxu R0, SP, Rnegsize ; add and update the SP with the negated size
|
||||
|
Loading…
x
Reference in New Issue
Block a user