aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveIntervalAnalysis.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-03-01 23:14:53 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-03-01 23:14:53 +0000
commit670ccd18ae1ecec3b3c92885d5b64b21859001c4 (patch)
tree0008dadd9bf57ba9a590ab3ce4fe71b04463de9d /lib/CodeGen/LiveIntervalAnalysis.cpp
parent3afab9c57e1afb0b7a4a9fe25a74117461bc0e69 (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