mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
add an accessor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34625 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
114e5dd464
commit
54e3efde46
@ -288,6 +288,10 @@ namespace llvm {
|
|||||||
// to this function.
|
// to this function.
|
||||||
unsigned getBytesCallerReserves() const { return BytesCallerReserves; }
|
unsigned getBytesCallerReserves() const { return BytesCallerReserves; }
|
||||||
|
|
||||||
|
/// getStackPtrReg - Return the stack pointer register we are using: either
|
||||||
|
/// ESP or RSP.
|
||||||
|
unsigned getStackPtrReg() const { return X86StackPtr; }
|
||||||
|
|
||||||
/// LowerOperation - Provide custom lowering hooks for some operations.
|
/// LowerOperation - Provide custom lowering hooks for some operations.
|
||||||
///
|
///
|
||||||
virtual SDOperand LowerOperation(SDOperand Op, SelectionDAG &DAG);
|
virtual SDOperand LowerOperation(SDOperand Op, SelectionDAG &DAG);
|
||||||
|
Loading…
Reference in New Issue
Block a user