R600/SI: Remove VReg_32 register class
[oota-llvm.git] / lib / Target / R600 / AMDGPUAsmPrinter.cpp
index 67dd6dac301870bcc7b032fa9885e2e186f002c9..624f3919b409c895e82e7a06d78bf60b50803e78 100644 (file)
@@ -289,7 +289,7 @@ void AMDGPUAsmPrinter::getSIProgramInfo(SIProgramInfo &ProgInfo,
         if (AMDGPU::SReg_32RegClass.contains(reg)) {
           isSGPR = true;
           width = 1;
-        } else if (AMDGPU::VReg_32RegClass.contains(reg)) {
+        } else if (AMDGPU::VGPR_32RegClass.contains(reg)) {
           isSGPR = false;
           width = 1;
         } else if (AMDGPU::SReg_64RegClass.contains(reg)) {