OSDN Git Service

Remove unnecessary isKill properties if a live range has been lengthened due to coale...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 22 Feb 2007 23:03:39 +0000 (23:03 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 22 Feb 2007 23:03:39 +0000 (23:03 +0000)
commit30cac02a925c9d56613711b0e77099cb7252bc9b
tree20e9cfc5a008b268a82f51f731badf48ad1ac94d
parent774b864f0e7f3812e7daddf8553649e995ce040a
Remove unnecessary isKill properties if a live range has been lengthened due to coalescing.

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