Remove preexisting kill flags in RegAllocLocal, just like LiveVariables does.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 3 May 2010 23:49:20 +0000 (23:49 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 3 May 2010 23:49:20 +0000 (23:49 +0000)
commita50fba933c25593dc6374bad9298e8b688c9c934
treedeee93e8e8453be55f69d1ca1592f34406f01b56
parent1fdc614bee2a324fcc210d1e46d9b6fca3ca324b
Remove preexisting kill flags in RegAllocLocal, just like LiveVariables does.

This should make it possible to start producing kill flags in isel without
breaking stuff.

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