diff --git a/include/llvm/Target/TargetInstrInfo.h b/include/llvm/Target/TargetInstrInfo.h index 4fa1f4c346c..82436336111 100644 --- a/include/llvm/Target/TargetInstrInfo.h +++ b/include/llvm/Target/TargetInstrInfo.h @@ -180,9 +180,6 @@ public: // //------------------------------------------------------------------------- - int getResultPos(MachineOpCode Opcode) const { - return get(Opcode).resultPos; - } unsigned getNumDelaySlots(MachineOpCode Opcode) const { return get(Opcode).numDelaySlots; }