Improve the LiveInterval class to keep track of which machine instruction
authorChris Lattner <sabre@nondot.org>
Tue, 22 Aug 2006 18:19:46 +0000 (18:19 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 22 Aug 2006 18:19:46 +0000 (18:19 +0000)
commitbe4f88a8b8bb3311e0dc4cde8533763d7923c3ea
treedbd4225eda79a2d8255d7bbfdc476656d343e9d8
parentad6f758f8964bb091b5e443220ae3138d781b983
Improve the LiveInterval class to keep track of which machine instruction
defines each value# tracked by the interval.  This will be used to improve
coallescing.

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