This method is long dead

llvm-svn: 7460
This commit is contained in:
Chris Lattner 2003-08-01 03:48:42 +00:00
parent 8bf3d9e393
commit 8dce81478f

View File

@ -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...