[weak vtables] Remove a bunch of weak vtables
[oota-llvm.git] / lib / Target / R600 / SIMachineFunctionInfo.h
index 6da9f7f9a14d5c5e1f9dec17635d603dd8da9753..2f1961cafdb4c271aa09630f5fbfc440c029c466 100644 (file)
@@ -22,6 +22,7 @@ namespace llvm {
 /// This class keeps track of the SPI_SP_INPUT_ADDR config register, which
 /// tells the hardware which interpolation parameters to load.
 class SIMachineFunctionInfo : public AMDGPUMachineFunction {
+  virtual void anchor();
 public:
   SIMachineFunctionInfo(const MachineFunction &MF);
   unsigned PSInputAddr;