summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86RegisterInfo.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-06-02 15:44:20 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-06-02 15:44:20 +0000
commit691820a1a0934ccc3b0830d3800987834a8fe858 (patch)
treede7d4ad45bdf41584ffe3235d17ea5839ed0a302 /lib/Target/X86/X86RegisterInfo.h
parent086723d244952aee690a8aa39485a0fa0d3a7700 (diff)
downloadllvm-691820a1a0934ccc3b0830d3800987834a8fe858.tar.gz
llvm-691820a1a0934ccc3b0830d3800987834a8fe858.tar.bz2
llvm-691820a1a0934ccc3b0830d3800987834a8fe858.tar.xz
Remove unused function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105325 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86RegisterInfo.h')
-rw-r--r--lib/Target/X86/X86RegisterInfo.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Target/X86/X86RegisterInfo.h b/lib/Target/X86/X86RegisterInfo.h
index d0b82e2f1c..d852bcd201 100644
--- a/lib/Target/X86/X86RegisterInfo.h
+++ b/lib/Target/X86/X86RegisterInfo.h
@@ -105,12 +105,6 @@ public:
/// callee-save registers on this target.
const unsigned *getCalleeSavedRegs(const MachineFunction* MF = 0) const;
- /// getCalleeSavedRegClasses - Return a null-terminated list of the preferred
- /// register classes to spill each callee-saved register with. The order and
- /// length of this list match the getCalleeSavedRegs() list.
- const TargetRegisterClass* const*
- getCalleeSavedRegClasses(const MachineFunction *MF = 0) const;
-
/// getReservedRegs - Returns a bitset indexed by physical register number
/// indicating if a register is a special register that has particular uses and
/// should be considered unavailable at all times, e.g. SP, RA. This is used by