Remove node N from the list.
N
Declared in <llvm/CodeGen/DIE.h>
<llvm/CodeGen/DIE.h>
bool deleteNode(Node& N);
Walks the list until N's predecessor is found, updates the predecessor's next pointer, and resets N's next pointer to itself.
N's
true if the node was found and removed.