Use move semantics if possible to construct ConstantRanges.
[oota-llvm.git] / lib / Target / R600 / R600MachineFunctionInfo.cpp
index 40aec833ea5bd9a118b45d7bd3808749716395b4..018b4036336345c034645ea803102dfdc579307f 100644 (file)
@@ -13,6 +13,6 @@
 using namespace llvm;
 
 R600MachineFunctionInfo::R600MachineFunctionInfo(const MachineFunction &MF)
-  : MachineFunctionInfo() {
-    memset(Outputs, 0, sizeof(Outputs));
-  }
+  : AMDGPUMachineFunction(MF) { }
+
+