mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-16 20:40:16 +00:00
add a method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25910 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
679836360a
commit
1d6ecd03ea
@ -42,6 +42,7 @@ struct X86RegisterInfo : public X86GenRegisterInfo {
|
||||
const TargetRegisterClass *RC) const;
|
||||
|
||||
unsigned isLoadFromStackSlot(MachineInstr *MI, int &FrameIndex) const;
|
||||
unsigned isStoreToStackSlot(MachineInstr *MI, int &FrameIndex) const;
|
||||
|
||||
|
||||
/// foldMemoryOperand - If this target supports it, fold a load or store of
|
||||
|
Loading…
x
Reference in New Issue
Block a user