When assigning a physical register to a MachineOperand, set
authorDan Gohman <gohman@apple.com>
Mon, 13 Apr 2009 15:21:32 +0000 (15:21 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 13 Apr 2009 15:21:32 +0000 (15:21 +0000)
commit9a77a92859b609a767d65b91ac7eb86a1a3ae680
tree36f9ae9b07e866363ac4a9792d0887bbe125efcf
parentee30047386d283c488832952487d1e6775bab95f
When assigning a physical register to a MachineOperand, set
the subreg field to 0, since the subreg field is only used
for virtual register subregs. This doesn't change
current functionality; it just eliminates bogus noise from
debug output.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68955 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/Spiller.cpp