Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
[oota-llvm.git] / include / llvm / CodeGen / MachineConstantPool.h
index 29f4f443bf7b83a38bb6e410d744ffb99d95a39b..d6d65a24defbea236cb6b94a87e03227c1337950 100644 (file)
@@ -34,6 +34,7 @@ class raw_ostream;
 /// Abstract base class for all machine specific constantpool value subclasses.
 ///
 class MachineConstantPoolValue {
+  virtual void anchor();
   Type *Ty;
 
 public: