R600/SI: Remove VReg_32 register class
[oota-llvm.git] / lib / Target / R600 / SIRegisterInfo.h
index c7e54dbf0ec310c4ec8bbb2dd6b0def20ac6d0d9..e1970e572948d1a8afcde1680fecdecdbe9e6bc8 100644 (file)
@@ -42,7 +42,7 @@ struct SIRegisterInfo : public AMDGPURegisterInfo {
   unsigned getHWRegIndex(unsigned Reg) const override;
 
   /// \brief Return the 'base' register class for this register.
-  /// e.g. SGPR0 => SReg_32, VGPR => VReg_32 SGPR0_SGPR1 -> SReg_32, etc.
+  /// e.g. SGPR0 => SReg_32, VGPR => VGPR_32 SGPR0_SGPR1 -> SReg_32, etc.
   const TargetRegisterClass *getPhysRegClass(unsigned Reg) const;
 
   /// \returns true if this class contains only SGPR registers