From d088da917bb3495491b9a5da5ca1716ddd91ddd5 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 24 May 2012 09:28:44 -0400 Subject: radeon/llvm: Remove auto-generated AMDIL->ISA conversion code --- src/gallium/drivers/radeon/AMDGPUInstrInfo.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/gallium/drivers/radeon/AMDGPUInstrInfo.h') diff --git a/src/gallium/drivers/radeon/AMDGPUInstrInfo.h b/src/gallium/drivers/radeon/AMDGPUInstrInfo.h index 0f3698930a9..b0d4e8a519c 100644 --- a/src/gallium/drivers/radeon/AMDGPUInstrInfo.h +++ b/src/gallium/drivers/radeon/AMDGPUInstrInfo.h @@ -30,7 +30,6 @@ class MachineInstrBuilder; class AMDGPUInstrInfo : public AMDILInstrInfo { private: AMDGPUTargetMachine & TM; - std::map amdilToISA; public: explicit AMDGPUInstrInfo(AMDGPUTargetMachine &tm); @@ -39,14 +38,13 @@ public: /// getISAOpcode - This function takes an AMDIL opcode as an argument and /// returns an equivalent ISA opcode. - virtual unsigned getISAOpcode(unsigned AMDILopcode) const; + virtual unsigned getISAOpcode(unsigned AMDILopcode) const = 0; /// convertToISA - Convert the AMDIL MachineInstr to a supported ISA /// MachineInstr virtual MachineInstr * convertToISA(MachineInstr & MI, MachineFunction &MF, DebugLoc DL) const; - #include "AMDGPUInstrEnums.h.include" }; } // End llvm namespace -- cgit v1.2.3