Make one statement easier to understand from post commmit feedback from a
[oota-llvm.git] / lib / Target / R600 / R600MachineFunctionInfo.h
index f23d9b78b3118ff1df37334c04b12ddfac24c6b8..c1bec0aae7e48602afa4443c047ab7f33b08b9d2 100644 (file)
@@ -21,6 +21,7 @@
 namespace llvm {
 
 class R600MachineFunctionInfo : public AMDGPUMachineFunction {
+  virtual void anchor();
 public:
   R600MachineFunctionInfo(const MachineFunction &MF);
   SmallVector<unsigned, 4> LiveOuts;