summaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaRegisterInfo.h
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-11-09 19:17:08 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-11-09 19:17:08 +0000
commit5cefc5e64df314a148ff776634cca00c23a6f211 (patch)
treecf73621975dc7560a5a4b8a5a6ce2f1dc468bd2a /lib/Target/Alpha/AlphaRegisterInfo.h
parent040c11c24e9f6c172eaf680e135d9bb466c284b2 (diff)
downloadexternal_llvm-5cefc5e64df314a148ff776634cca00c23a6f211.zip
external_llvm-5cefc5e64df314a148ff776634cca00c23a6f211.tar.gz
external_llvm-5cefc5e64df314a148ff776634cca00c23a6f211.tar.bz2
whatever. Intermediate patch to see what breaks. Seems ok.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24260 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaRegisterInfo.h')
-rw-r--r--lib/Target/Alpha/AlphaRegisterInfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/Alpha/AlphaRegisterInfo.h b/lib/Target/Alpha/AlphaRegisterInfo.h
index 8be85cc..4f9fbf4 100644
--- a/lib/Target/Alpha/AlphaRegisterInfo.h
+++ b/lib/Target/Alpha/AlphaRegisterInfo.h
@@ -37,6 +37,9 @@ struct AlphaRegisterInfo : public AlphaGenRegisterInfo {
virtual unsigned isLoadFromStackSlot(MachineInstr *MI, int &FrameIndex) const;
+ MachineInstr* foldMemoryOperand(MachineInstr *MI, unsigned OpNum,
+ int FrameIndex) const;
+
void copyRegToReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI,
unsigned DestReg, unsigned SrcReg,
const TargetRegisterClass *RC) const;