summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorBjörn Pettersson <bjorn.a.pettersson@ericsson.com>2025-02-19 21:24:49 +0100
committerGitHub <noreply@github.com>2025-02-19 21:24:49 +0100
commitc833746c6c062677a040d18d837c7fad71939171 (patch)
tree1c16d018e5a71d063e8f7857db3ebb5d3fc0f35b /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent84eacd302e54a8a1b2b56684efb422911707c6af (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