hasAnyUseOfValue can check SDUse nodes of its users directly instead
authorDan Gohman <gohman@apple.com>
Wed, 9 Jul 2008 22:39:01 +0000 (22:39 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 9 Jul 2008 22:39:01 +0000 (22:39 +0000)
commit1373c1c3951ddd785d4f7f83c0bc89df699d22a0
tree229902919d3973e314a30159793c2052427b5299
parent1ea58a52a4296afff10e9db1e54928f38e6d74c6
hasAnyUseOfValue can check SDUse nodes of its users directly instead
of examining every operand of every user.

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