Tidy SDNode::use_iterator, and complete the transition to have it
authorDan Gohman <gohman@apple.com>
Sun, 27 Jul 2008 20:43:25 +0000 (20:43 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 27 Jul 2008 20:43:25 +0000 (20:43 +0000)
commit8968450305c28444edc3c272d8752a8db0c2f34a
tree254f94bf8a78f2a8cc7db6d7c40c26cca95c4023
parent6c4942641fae064a8743266af04a658681e97c20
Tidy SDNode::use_iterator, and complete the transition to have it
parallel its analogue, Value::value_use_iterator. The operator* method
now returns the user, rather than the use.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54127 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/Use.h
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp