adjust itf
authorChris Lattner <sabre@nondot.org>
Tue, 8 Nov 2005 18:52:57 +0000 (18:52 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 8 Nov 2005 18:52:57 +0000 (18:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24242 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAG.h

index d818f8ec1d3aef354582fd9ad967305de6c5b6f8..51cdf716cce7d5ebd4979e36e25e02765a27f387 100644 (file)
@@ -354,7 +354,7 @@ public:
 private:
   void RemoveNodeFromCSEMaps(SDNode *N);
   SDNode *AddNonLeafNodeToCSEMaps(SDNode *N);
-  void DeleteNodeIfDead(SDNode *N, void *NodeSet);
+  void DestroyDeadNode(SDNode *N);
   void DeleteNodeNotInCSEMaps(SDNode *N);
   
   /// SimplifySetCC - Try to simplify a setcc built with the specified operands