Revert r194865 and r194874.
[oota-llvm.git] / lib / Target / R600 / SIMachineFunctionInfo.cpp
index 2f66360d83cb38b85a0d4d81aa89a7e6798bc27a..ee0e30755f017ed7f8f773303ef701be76728fe7 100644 (file)
 
 using namespace llvm;
 
-
-// pin vtable to this file
-void SIMachineFunctionInfo::anchor() {}
-
 SIMachineFunctionInfo::SIMachineFunctionInfo(const MachineFunction &MF)
   : AMDGPUMachineFunction(MF),
     PSInputAddr(0) { }