inline the global 'getInstrOperandRegClass' function into its callers
authorChris Lattner <sabre@nondot.org>
Wed, 29 Jul 2009 21:36:49 +0000 (21:36 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 29 Jul 2009 21:36:49 +0000 (21:36 +0000)
commit2a3868849438a0a0ad4f9a50f2b94eb1639b554e
tree207c400577ae0d0da9afc4e32ae7c7eaabd04318
parent20a2a0aff3221e2c777558d714753bae0f296c8d
inline the global 'getInstrOperandRegClass' function into its callers
now that TargetOperandInfo does the heavy lifting.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77508 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetInstrInfo.h
lib/CodeGen/PostRASchedulerList.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodesEmit.cpp
lib/CodeGen/SimpleRegisterCoalescing.cpp
lib/CodeGen/StackSlotColoring.cpp
lib/Target/TargetInstrInfo.cpp