From 93ad2cf91092c4ff45ace5b87b97179202e3de06 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Wed, 4 Aug 2004 08:06:30 +0000 Subject: [PATCH] getResultPos() is dead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15484 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/TargetInstrInfo.h | 3 --- 1 file changed, 3 deletions(-) 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; }