Add accessors for the PPC 403 bank registers.
[oota-llvm.git] / lib / Target / R600 / R600MachineFunctionInfo.h
index f23d9b78b3118ff1df37334c04b12ddfac24c6b8..b0ae22e806a9fd1e06eb68e1bda0286bf9881c27 100644 (file)
@@ -21,6 +21,7 @@
 namespace llvm {
 
 class R600MachineFunctionInfo : public AMDGPUMachineFunction {
+  void anchor() override;
 public:
   R600MachineFunctionInfo(const MachineFunction &MF);
   SmallVector<unsigned, 4> LiveOuts;