Add RemoveDeadNode to remove a dead node and its (potentially) dead operands.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 12 Oct 2006 20:34:05 +0000 (20:34 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 12 Oct 2006 20:34:05 +0000 (20:34 +0000)
commit130a6471b90f66e99b1f9f42877fdf611c330ac6
tree3599d362d45c8e2bb5c16fbe17f457d147146791
parent3657ffe03733cf7cd9d6ed823ad696edb4547362
Add RemoveDeadNode to remove a dead node and its (potentially) dead operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30916 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAG.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp