remove the JIT "NeedsExactSize" feature and supporting logic.
[oota-llvm.git] / lib / Target / X86 / X86InstrInfo.h
index ecd3261eedc2a2a9a80402612ee852f93fee97a7..8c68bc68053c152617d5b64e59c2c51013073a71 100644 (file)
@@ -825,10 +825,6 @@ public:
   /// higher) register?  e.g. r8, xmm8, xmm13, etc.
   static bool isX86_64ExtendedReg(unsigned RegNo);
 
-  /// GetInstSize - Returns the size of the specified MachineInstr.
-  ///
-  virtual unsigned GetInstSizeInBytes(const MachineInstr *MI) const;
-
   /// getGlobalBaseReg - Return a virtual register initialized with the
   /// the global base register value. Output instructions required to
   /// initialize the register in the function entry block, if necessary.