Move the N->use_empty() assert from DeleteNode to
authorDan Gohman <gohman@apple.com>
Sun, 25 Jan 2009 16:20:37 +0000 (16:20 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 25 Jan 2009 16:20:37 +0000 (16:20 +0000)
commite77f89de8cb6690ac45b87b03c588e9d287c1eeb
tree738e5c3d979db6779593e87acf7c9a1e75e7c324
parentd5b455f6b0bfc34d7ee99da2016249f3cc132bfe
Move the N->use_empty() assert from DeleteNode to
DeleteNodeNotInCSEMaps, since DeleteNode just calls
DeleteNodeNotInCSEMaps.

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