summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MSP430RegisterInfo.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-05-03 13:09:57 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-05-03 13:09:57 +0000
commitaa29915b5822bd9af2a2b80eb95be59368743935 (patch)
treeed53b9645f44112849ae312a61d1b75998a5ac06 /lib/Target/MSP430/MSP430RegisterInfo.h
parentcf14ae550051002283eabfb4dcbd67fa71f46f67 (diff)
downloadllvm-aa29915b5822bd9af2a2b80eb95be59368743935.tar.gz
llvm-aa29915b5822bd9af2a2b80eb95be59368743935.tar.bz2
llvm-aa29915b5822bd9af2a2b80eb95be59368743935.tar.xz
First draft of stack slot loads / stores lowering
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70735 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430/MSP430RegisterInfo.h')
-rw-r--r--lib/Target/MSP430/MSP430RegisterInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/MSP430/MSP430RegisterInfo.h b/lib/Target/MSP430/MSP430RegisterInfo.h
index 0dc061c674..6038af3d08 100644
--- a/lib/Target/MSP430/MSP430RegisterInfo.h
+++ b/lib/Target/MSP430/MSP430RegisterInfo.h
@@ -40,6 +40,7 @@ public:
getCalleeSavedRegClasses(const MachineFunction *MF = 0) const;
BitVector getReservedRegs(const MachineFunction &MF) const;
+ const TargetRegisterClass* getPointerRegClass() const;
bool hasFP(const MachineFunction &MF) const;
bool hasReservedCallFrame(MachineFunction &MF) const;