Fix copy-and-pasteo

llvm-svn: 10049
This commit is contained in:
Chris Lattner 2003-11-17 01:07:58 +00:00
parent 3589140eb7
commit a3bdbd0f82
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ public:
Head = NextNode;
setPrev(NextNode, PrevNode);
IT = NextNode;
removeNodeFromList(Node); // Notify traits that we added a node...
removeNodeFromList(Node); // Notify traits that we removed a node...
return Node;
}