Resurrect some ancient code to add spill ranges without attempting folding, remat...
authorOwen Anderson <resistor@mac.com>
Mon, 18 Aug 2008 18:05:32 +0000 (18:05 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 18 Aug 2008 18:05:32 +0000 (18:05 +0000)
commitd6664311acbd05a8a710ccea8f9f5fdbfa35f834
tree0259c5d6201be27b47d384f61e6a5d5ddbc9775e
parenta7ec87cd0793c463d792323087b2fb3a4871efe0
Resurrect some ancient code to add spill ranges without attempting folding, remat, or splitting.  This code has been updated to current APIs
in so far as it compiles and, in theory, works, but does not take advantage of recent advancements.  For instance, it could be improved by using
MachineRegisterInfo::use_iterator.

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