diff options
| author | Björn Pettersson <bjorn.a.pettersson@ericsson.com> | 2025-02-19 21:24:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-19 21:24:49 +0100 |
| commit | c833746c6c062677a040d18d837c7fad71939171 (patch) | |
| tree | 1c16d018e5a71d063e8f7857db3ebb5d3fc0f35b /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 84eacd302e54a8a1b2b56684efb422911707c6af (diff) | |
[DSE] Make iter order deterministic in removePartiallyOverlappedStores. NFC (#127678)
In removePartiallyOverlappedStores we iterate over
InstOverlapIntervalsTy which is a DenseMap. Change that map into using
MapVector to ensure that we apply the transforms in a deterministic
order. I've only seen that the order matters if starting to use names
for the instructions created when doing the transforms. But such things
are a bit annoying when debugging etc.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
