Revert r152613 (and r152614), "Inline the d'tor and add an anchor instead." for worka...
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAG.h
index c101473c8bae06b90562128ca7d7840b99e521e1..f921ca20be020e7e9d9ec40c2eb4655c2c57e3fe 100644 (file)
@@ -820,9 +820,8 @@ public:
   /// the DAG can optionally implement this interface.  This allows the clients
   /// to handle the various sorts of updates that happen.
   class DAGUpdateListener {
-    virtual void anchor();
   public:
-    virtual ~DAGUpdateListener() {}
+    virtual ~DAGUpdateListener();
 
     /// NodeDeleted - The node N that was deleted and, if E is not null, an
     /// equivalent node E that replaced it.