commit | 5d9a5fd61d44d5d17079f41b8d6f331841cdbfc5 | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Tue Mar 03 23:53:00 2015 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Tue Mar 03 23:53:00 2015 +0000 |
tree | 34f16b0730f841e0f3a067265be1471edba2d2c7 | |
parent | c4a74461e4028894e35f2711c3c5c3f98b326c08 [diff] |
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). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231175 91177308-0d34-0410-b5e6-96231b3b80d8