OSDN Git Service

If a use operand is marked isKill, don't forget to add kill to its live interval...
authorEvan Cheng <evan.cheng@apple.com>
Sun, 22 Feb 2009 08:35:56 +0000 (08:35 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sun, 22 Feb 2009 08:35:56 +0000 (08:35 +0000)
commit58207f12eefcb9cbfb6d9dc05a4efc6fa68fce28
tree985a67c3338d5ddc73668c1194990c085dadc733
parent779aee1fea87ba27fd98a83a783386f51b5069a3
If a use operand is marked isKill, don't forget to add kill to its live interval as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65279 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SimpleRegisterCoalescing.cpp
test/CodeGen/ARM/pr3502.ll [new file with mode: 0644]