diff options
author | Michael Kruse <llvm@meinersbur.de> | 2016-08-05 16:45:51 +0000 |
---|---|---|
committer | Michael Kruse <llvm@meinersbur.de> | 2016-08-05 16:45:51 +0000 |
commit | fbde435517f8e2fc884423aa5b007ae4ea6af754 (patch) | |
tree | e8af759ec5879fc4bae2d39a20929ec3224d4856 /llvm/utils/gdb-scripts/prettyprinters.py | |
parent | 67cb90ba95b4fa03292eb0348f86b8d6642c1583 (diff) | |
download | bcm5719-llvm-fbde435517f8e2fc884423aa5b007ae4ea6af754.tar.gz bcm5719-llvm-fbde435517f8e2fc884423aa5b007ae4ea6af754.zip |
[CodeGen] Use MapVector instead of DenseMap.
The map is iterated over when generating the values escaping the SCoP. The
indeterministic iteration order of DenseMap causes the output IR to change at
every compilation, adding noise to comparisons.
Replace DenseMap by a MapVector to ensure the same iteration order at every
compilation.
llvm-svn: 277832
Diffstat (limited to 'llvm/utils/gdb-scripts/prettyprinters.py')
0 files changed, 0 insertions, 0 deletions