[weak vtables] Remove a bunch of weak vtables
[oota-llvm.git] / lib / CodeGen / RegAllocBase.cpp
index b94ce4d33f761db860fac256659c62e86487545f..3a4d5462a8a0a29ba0fd11c4d70db4152f386779 100644 (file)
@@ -50,6 +50,9 @@ bool RegAllocBase::VerifyEnabled = false;
 //                         RegAllocBase Implementation
 //===----------------------------------------------------------------------===//
 
+// pin vtable to this file
+void RegAllocBase::anchor() {}
+
 void RegAllocBase::init(VirtRegMap &vrm,
                         LiveIntervals &lis,
                         LiveRegMatrix &mat) {