Determine whether a spill kills the register it's spilling before insertion rather...
authorEvan Cheng <evan.cheng@apple.com>
Mon, 11 Feb 2008 08:30:52 +0000 (08:30 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 11 Feb 2008 08:30:52 +0000 (08:30 +0000)
commit431bfcbe3746d1a427b4c7791140f88882a8e8d8
treea212e655729bcdd134fefebcbab1e4a850431c0a
parent786cb7e44639db56c2d5cd40279778ede2fc005c
Determine whether a spill kills the register it's spilling before insertion rather than trying to undo the kill marker afterwards.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46953 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAllocLocal.cpp
test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll [new file with mode: 0644]