mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Update comments to remove obsolete references.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116863 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1db839e734
commit
8155ea4c3a
@ -55,8 +55,8 @@ class ARMFunctionInfo : public MachineFunctionInfo {
|
|||||||
/// spill stack offset.
|
/// spill stack offset.
|
||||||
unsigned FramePtrSpillOffset;
|
unsigned FramePtrSpillOffset;
|
||||||
|
|
||||||
/// GPRCSOffset, GPRCS2Offset, DPRCSOffset - Starting offset of callee saved
|
/// GPRCSOffset, DPRCSOffset - Starting offset of callee saved register
|
||||||
/// register spills areas (excluding R9 for Mac OS X):
|
/// spills areas (excluding R9 for Mac OS X):
|
||||||
///
|
///
|
||||||
/// GPR callee-saved (1) : r4, r5, r6, r7, r8, r9, r10, r11, lr
|
/// GPR callee-saved (1) : r4, r5, r6, r7, r8, r9, r10, r11, lr
|
||||||
/// --------------------------------------------
|
/// --------------------------------------------
|
||||||
@ -64,13 +64,12 @@ class ARMFunctionInfo : public MachineFunctionInfo {
|
|||||||
unsigned GPRCSOffset;
|
unsigned GPRCSOffset;
|
||||||
unsigned DPRCSOffset;
|
unsigned DPRCSOffset;
|
||||||
|
|
||||||
/// GPRCSSize, GPRCS2Size, DPRCSSize - Sizes of callee saved register spills
|
/// GPRCSSize, DPRCSSize - Sizes of callee saved register spills areas.
|
||||||
/// areas.
|
|
||||||
unsigned GPRCSSize;
|
unsigned GPRCSSize;
|
||||||
unsigned DPRCSSize;
|
unsigned DPRCSSize;
|
||||||
|
|
||||||
/// GPRCSFrames, GPRCS2Frames, DPRCSFrames - Keeps track of frame indices
|
/// GPRCSFrames, DPRCSFrames - Keeps track of frame indices which belong
|
||||||
/// which belong to these spill areas.
|
/// to these spill areas.
|
||||||
BitVector GPRCSFrames;
|
BitVector GPRCSFrames;
|
||||||
BitVector DPRCSFrames;
|
BitVector DPRCSFrames;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user