R600: Remove AMDIL instruction and register definitions
[oota-llvm.git] / lib / Target / R600 / R600RegisterInfo.h
index 81c0b539db192d4d68761eb59f6b53146cbbca6e..247808b6e7b69bb1c910057b106436e5a8589c0c 100644 (file)
@@ -28,12 +28,6 @@ struct R600RegisterInfo : public AMDGPURegisterInfo {
 
   BitVector getReservedRegs(const MachineFunction &MF) const override;
 
-  /// \param RC is an AMDIL reg class.
-  ///
-  /// \returns the R600 reg class that is equivalent to \p RC.
-  const TargetRegisterClass *getISARegClass(
-    const TargetRegisterClass *RC) const override;
-
   /// \brief get the HW encoding for a register's channel.
   unsigned getHWRegChan(unsigned reg) const;