Revert r194865 and r194874.
[oota-llvm.git] / lib / Target / R600 / SIMachineFunctionInfo.cpp
index 7e59b4274968f9ad77778fba823ca1f93e288786..ee0e30755f017ed7f8f773303ef701be76728fe7 100644 (file)
@@ -14,7 +14,5 @@
 using namespace llvm;
 
 SIMachineFunctionInfo::SIMachineFunctionInfo(const MachineFunction &MF)
-  : MachineFunctionInfo(),
-    SPIPSInputAddr(0),
-    ShaderType(0)
-  { }
+  : AMDGPUMachineFunction(MF),
+    PSInputAddr(0) { }