[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Nov 8 10:53:09 PST 2005
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAG.h updated: 1.65 -> 1.66
---
Log message:
adjust itf
---
Diffs of the changes: (+1 -1)
SelectionDAG.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/CodeGen/SelectionDAG.h
diff -u llvm/include/llvm/CodeGen/SelectionDAG.h:1.65 llvm/include/llvm/CodeGen/SelectionDAG.h:1.66
--- llvm/include/llvm/CodeGen/SelectionDAG.h:1.65 Tue Oct 25 16:02:21 2005
+++ llvm/include/llvm/CodeGen/SelectionDAG.h Tue Nov 8 12:52:57 2005
@@ -354,7 +354,7 @@
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
More information about the llvm-commits
mailing list