- Each val# can have multiple kills.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 8 Aug 2007 03:00:28 +0000 (03:00 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 8 Aug 2007 03:00:28 +0000 (03:00 +0000)
commit8df786012dc6b875f31ba4152e09c6e0098082ee
tree3d88de0b43d1ef6287f9273c4b54c5aeee429d0b
parent6a2bfdaab62db8737bf54a8429da3cb8fbdfff62
- Each val# can have multiple kills.
- Fix some minor bugs related to special markers on val# def. ~0U means
  undefined, ~1U means dead val#.

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