mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 05:31:51 +00:00
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13136 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4a7553e2da
commit
dd6d822fa6
@ -230,7 +230,6 @@ public:
|
|||||||
//
|
//
|
||||||
virtual unsigned getReturnAddressReg() const = 0;
|
virtual unsigned getReturnAddressReg() const = 0;
|
||||||
|
|
||||||
|
|
||||||
// Each register class has a separate space for register IDs. To convert
|
// Each register class has a separate space for register IDs. To convert
|
||||||
// a regId in a register class to a common Id, or vice versa,
|
// a regId in a register class to a common Id, or vice versa,
|
||||||
// we use the folloing two methods.
|
// we use the folloing two methods.
|
||||||
@ -286,7 +285,7 @@ public:
|
|||||||
virtual unsigned getFramePointer() const = 0;
|
virtual unsigned getFramePointer() const = 0;
|
||||||
virtual unsigned getStackPointer() const = 0;
|
virtual unsigned getStackPointer() const = 0;
|
||||||
|
|
||||||
// This method gives the the number of bytes of stack spaceallocated
|
// This method gives the the number of bytes of stack space allocated
|
||||||
// to a register when it is spilled to the stack.
|
// to a register when it is spilled to the stack.
|
||||||
//
|
//
|
||||||
virtual int getSpilledRegSize(int RegType) const = 0;
|
virtual int getSpilledRegSize(int RegType) const = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user