Flatten the aligned-char-array utility template to be a directly
[oota-llvm.git] / include / llvm / Argument.h
index cd7488266231231ad2727ecac1c845571c38c428..e66075c1f235a646fefbfb260d3fbaeec8ec0376 100644 (file)
@@ -30,6 +30,7 @@ template<typename ValueSubClass, typename ItemParentClass>
 /// the function was called with.
 /// @brief LLVM Argument representation  
 class Argument : public Value, public ilist_node<Argument> {
+  virtual void anchor();
   Function *Parent;
 
   friend class SymbolTableListTraits<Argument, Function>;