When not destroying the source, the linker is not remapping the types. Added support
[oota-llvm.git] / include / llvm / User.h
index 62bc9f034618492629fe718763e0992aad9cac8f..d3f4f217b928be23b06030acd2b6bad86b04d5ee 100644 (file)
@@ -34,6 +34,7 @@ class User : public Value {
   void *operator new(size_t);     // Do not implement
   template <unsigned>
   friend struct HungoffOperandTraits;
+  virtual void anchor();
 protected:
   /// OperandList - This is a pointer to the array of Uses for this User.
   /// For nodes of fixed arity (e.g. a binary operator) this array will live