summaryrefslogtreecommitdiffstats
path: root/llvm/utils/gdb-scripts
diff options
context:
space:
mode:
authorMichael Kruse <llvm@meinersbur.de>2016-08-05 16:45:51 +0000
committerMichael Kruse <llvm@meinersbur.de>2016-08-05 16:45:51 +0000
commitfbde435517f8e2fc884423aa5b007ae4ea6af754 (patch)
treee8af759ec5879fc4bae2d39a20929ec3224d4856 /llvm/utils/gdb-scripts
parent67cb90ba95b4fa03292eb0348f86b8d6642c1583 (diff)
downloadbcm5719-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')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud