Be careful when to add implicit kill / dead operands. Don't add them during / post...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 26 Apr 2007 01:40:09 +0000 (01:40 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 26 Apr 2007 01:40:09 +0000 (01:40 +0000)
commit05350288a6bc22a294ff7625f244731ef7125f8a
tree1e5524dcb83c3968eaf4b4e358b88d7a90e970c5
parent37a21457bf89515e221d6bbb69f0dd3de854536e
Be careful when to add implicit kill / dead operands. Don't add them during / post reg-allocation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36458 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveVariables.h
lib/CodeGen/LiveVariables.cpp