Rename getTargetNode to getMachineNode, for consistency with the
authorDan Gohman <gohman@apple.com>
Fri, 25 Sep 2009 18:54:59 +0000 (18:54 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 25 Sep 2009 18:54:59 +0000 (18:54 +0000)
commit602b0c8c17f458d2c80f2deb3c8e554d516ee316
tree1c45c95ec0b791985e8886ead26272dfad34f998
parent658ea6099724d0aaf5297a02b185f8351fcab389
Rename getTargetNode to getMachineNode, for consistency with the
naming scheme used in SelectionDAG, where there are multiple kinds
of "target" nodes, but "machine" nodes are nodes which represent
a MachineInstr.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82790 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/llvm/CodeGen/SelectionDAG.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/Alpha/AlphaISelDAGToDAG.cpp
lib/Target/Blackfin/BlackfinISelDAGToDAG.cpp
lib/Target/Blackfin/BlackfinISelLowering.cpp
lib/Target/CellSPU/SPUISelDAGToDAG.cpp
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
lib/Target/Mips/MipsISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/Sparc/SparcISelDAGToDAG.cpp
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86InstrInfo.cpp
lib/Target/XCore/XCoreISelDAGToDAG.cpp
utils/TableGen/DAGISelEmitter.cpp