Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses an instr...
authorJames Molloy <james.molloy@arm.com>
Wed, 12 Sep 2012 10:03:31 +0000 (10:03 +0000)
committerJames Molloy <james.molloy@arm.com>
Wed, 12 Sep 2012 10:03:31 +0000 (10:03 +0000)
commitb17cf29784ad526f3adfc20c5aa1b0de5c57033e
treeee1555c6ee080f29dd5dc4e293678c52ba3c0af1
parent79da6ef84ff0caae6ae904840ec5bc975b6de4e7
Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses an instruction's use of a physical register, analogous to analyzeVirtReg.

Rename RegInfo to VirtRegInfo so as not to be confused with the new PhysRegInfo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163694 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineInstrBundle.h
lib/CodeGen/InlineSpiller.cpp
lib/CodeGen/MachineInstrBundle.cpp