Fix problem fusing spill code into instructions: we didn't update the live
authorChris Lattner <sabre@nondot.org>
Thu, 19 Feb 2004 18:34:02 +0000 (18:34 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 19 Feb 2004 18:34:02 +0000 (18:34 +0000)
commitd368c6163a54190c852838b370a62a86caafde3a
tree3222f7efc115ef87c392900b4d6fef90da2f0272
parenta96478d7d6b2aee1aecad4af23506167ec16752c
Fix problem fusing spill code into instructions: we didn't update the live
variable information to take into account the change of instruction
address.

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