diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-03-01 23:14:53 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-03-01 23:14:53 +0000 |
commit | 670ccd18ae1ecec3b3c92885d5b64b21859001c4 (patch) | |
tree | 0008dadd9bf57ba9a590ab3ce4fe71b04463de9d /lib/CodeGen/LiveIntervalAnalysis.cpp | |
parent | 3afab9c57e1afb0b7a4a9fe25a74117461bc0e69 (diff) |
Move the value map from LiveIntervalMap to SplitEditor.
The value map is currently not used, all values are 'complex mapped' and
LiveIntervalMap::mapValue is used to dig them out.
This is the first step in a series changes leading to the removal of
LiveIntervalMap. Its data structures can be shared among all the live intervals
created by a split, so it is wasteful to create a copy for each.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126800 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveIntervalAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions