Rename the redundant MachineOperand::getOperandType() to MachineOperand::getType()
authorChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 04:45:29 +0000 (04:45 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 04:45:29 +0000 (04:45 +0000)
commit133f079c8cf966d2222c2dda2de56d2cc600497e
tree4c9d473350fd191174f5bfe59cb66b24f699375e
parent6d6c3f86186333037f2fd3fb001e8b2998c080d9
Rename the redundant MachineOperand::getOperandType() to MachineOperand::getType()

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4331 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/CodeGen/MachineInstr.h
lib/CodeGen/InstrSched/SchedGraph.cpp
lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
lib/CodeGen/RegAlloc/LiveRangeInfo.cpp
lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/InstrSched/SchedGraph.cpp
lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp
lib/Target/SparcV9/RegAlloc/LiveRangeInfo.cpp
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/SparcV9AsmPrinter.cpp
lib/Target/SparcV9/SparcV9InstrSelection.cpp
lib/Target/SparcV9/SparcV9RegInfo.cpp