aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-01 03:48:42 +0000
committerChris Lattner <sabre@nondot.org>2003-08-01 03:48:42 +0000
commit7296fb04211123339473494d28807661b4fef9ff (patch)
treefdd38b1716796ea23ce3f6b7f6fe96ebc150b03e /lib
parentc44df87414e75b3281e26caa287286b5c7ceba79 (diff)
downloadexternal_llvm-7296fb04211123339473494d28807661b4fef9ff.zip
external_llvm-7296fb04211123339473494d28807661b4fef9ff.tar.gz
external_llvm-7296fb04211123339473494d28807661b4fef9ff.tar.bz2
This method is long dead
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7460 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/X86/X86RegisterInfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/X86/X86RegisterInfo.h b/lib/Target/X86/X86RegisterInfo.h
index 343f1c6..c804691 100644
--- a/lib/Target/X86/X86RegisterInfo.h
+++ b/lib/Target/X86/X86RegisterInfo.h
@@ -16,9 +16,6 @@ struct X86RegisterInfo : public MRegisterInfo {
const unsigned* getCalleeSaveRegs() const;
- /// Returns register class appropriate for input SSA register
- ///
- const TargetRegisterClass *getClassForReg(unsigned Reg) const;
const TargetRegisterClass* getRegClassForType(const Type* Ty) const;
/// Code Generation virtual methods...