When there is a 2-instruction spill sequence, record
authorDale Johannesen <dalej@apple.com>
Thu, 29 Oct 2009 01:15:40 +0000 (01:15 +0000)
committerDale Johannesen <dalej@apple.com>
Thu, 29 Oct 2009 01:15:40 +0000 (01:15 +0000)
commit78c5cdaf2a24c9d2b5c89fdb5d66fd6ca3b5654b
tree2c224b2cec204431a37e65f36c1cfcff52ad51da
parent8bedf97f683bd5edb9308799a5e525de137d635c
When there is a 2-instruction spill sequence, record
the second (store) instruction in SpillSlotToUsesMap
consistently.  I don't think this matters functionally,
but it's cleaner and Evan wants it this way.

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