getX86RegNum has long been moved to X86RegisterInfo.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 17 Oct 2008 17:12:18 +0000 (17:12 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 17 Oct 2008 17:12:18 +0000 (17:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57691 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrInfo.h

index 5edc19d0ef865f066ae31a5968301c37193af347..0a0de5e2de1b25504f7a79f06f838b1c33e1947f 100644 (file)
@@ -414,7 +414,6 @@ public:
   }
   
   static unsigned sizeOfImm(const TargetInstrDesc *Desc);
-  static unsigned getX86RegNum(unsigned RegNo);
   static bool isX86_64ExtendedReg(const MachineOperand &MO);
   static unsigned determineREX(const MachineInstr &MI);