Change std::map<unsigned, LiveInterval*> into a std::map<unsigned,
authorAlkis Evlogimenos <alkis@evlogimenos.com>
Sat, 24 Jul 2004 11:44:15 +0000 (11:44 +0000)
committerAlkis Evlogimenos <alkis@evlogimenos.com>
Sat, 24 Jul 2004 11:44:15 +0000 (11:44 +0000)
commita1613db62fec94845aa8306232fb665273615bad
treed9b541005246a4308a815f53a347f5cbc3714c61
parent7d91e49ff7bcc0fd10a54d45a6185bb05adf3d20
Change std::map<unsigned, LiveInterval*> into a std::map<unsigned,
LiveInterval>. This saves some space and removes the pointer
indirection caused by following the pointer.

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