R600/SI: rework input interpolation v2
[oota-llvm.git] / lib / Target / R600 / SIMachineFunctionInfo.h
index e2f97a47901ae9b2a0a5515ec8b17025896e519a..91a809b124a515ab934d8a68fc801ed44e2ab50f 100644 (file)
@@ -26,8 +26,8 @@ public:
   static const char *ShaderTypeAttribute;
 
   SIMachineFunctionInfo(const MachineFunction &MF);
-  unsigned SPIPSInputAddr;
   unsigned ShaderType;
+  unsigned PSInputAddr;
 };
 
 } // End namespace llvm