If deleting a reload instruction due to reuse (value is available in register R and...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 11 Dec 2007 23:36:57 +0000 (23:36 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 11 Dec 2007 23:36:57 +0000 (23:36 +0000)
commit39c883cfc52776fa9a553f7e7ff06816ed476adb
tree1c0bec44ab21fa0373eba1b8b45b7558dd3e898b
parentefe2be797699d77dc3387969aa566c26d5c36d9d
If deleting a reload instruction due to reuse (value is available in register R and reload is targeting R), make sure to invalidate the kill information of the last kill.

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