Add two new calling conventions for runtime calls
[oota-llvm.git] / lib / Target / R600 / R600MachineFunctionInfo.cpp
index b07a585f083169e9c40455294463719055b65c6b..01105c614c5530b90a8e08f301800d3f69174a16 100644 (file)
@@ -12,6 +12,9 @@
 
 using namespace llvm;
 
+
+// Pin the vtable to this file.
+void R600MachineFunctionInfo::anchor() {}
+
 R600MachineFunctionInfo::R600MachineFunctionInfo(const MachineFunction &MF)
-  : MachineFunctionInfo() {
-  }
+  : AMDGPUMachineFunction(MF) { }