Add punctuation, add a new method
[oota-llvm.git] / include / llvm / Target / TargetInstrInfo.h
index 4fa1f4c346ce7a042b763c545fe0d18f65c8b6d6..824363361113f9a498b98d341c813d6bc32f0f7f 100644 (file)
@@ -180,9 +180,6 @@ public:
   //
   //-------------------------------------------------------------------------
 
-  int getResultPos(MachineOpCode Opcode) const {
-    return get(Opcode).resultPos;
-  }
   unsigned getNumDelaySlots(MachineOpCode Opcode) const {
     return get(Opcode).numDelaySlots;
   }