adjust itf

llvm-svn: 24242
This commit is contained in:
Chris Lattner 2005-11-08 18:52:57 +00:00
parent aba48dd34c
commit ba1b2ed1e9
1 changed files with 1 additions and 1 deletions

View 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