- More refactoring. This gets rid of all of the getOpcode calls.
[oota-llvm.git] / lib / Target / ARM / Thumb2InstrInfo.h
index 44c3d8232aaa0895fc1a6281a8ab99b25f58fb43..f3688c0084ae68eeabef3564ad0432294f7ffcd2 100644 (file)
@@ -31,9 +31,6 @@ public:
   // if there is not such an opcode.
   unsigned getUnindexedOpcode(unsigned Opc) const;
 
-  // Return the opcode that implements 'Op', or 0 if no opcode
-  unsigned getOpcode(ARMII::Op Op) const;
-
   // Return true if the block does not fall through.
   bool BlockHasNoFallThrough(const MachineBasicBlock &MBB) const;