summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveStackAnalysis.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2015-03-03 23:53:00 +0000
committerDavid Blaikie <dblaikie@gmail.com>2015-03-03 23:53:00 +0000
commit9e9e1d3ad2f8757a535ec6902b3240109e300f36 (patch)
treee6456408c3dcae13523125554577ddcef13a0432 /llvm/lib/CodeGen/LiveStackAnalysis.cpp
parent4bdf5ada18b57af89745599a2b1377a3e49590e7 (diff)
downloadbcm5719-llvm-9e9e1d3ad2f8757a535ec6902b3240109e300f36.tar.gz
bcm5719-llvm-9e9e1d3ad2f8757a535ec6902b3240109e300f36.zip
Change LiveStackAnalysis::SS2IntervalMap from std::map to std::unordered_map
This use case doesn't appear to benefit from ordering, and std::unordered_map has the advantage that it supports emplace (the LiveInterval values really shouldn't be copyable or movable & they won't be in a near-future patch). llvm-svn: 231175
Diffstat (limited to 'llvm/lib/CodeGen/LiveStackAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud