diff options
author | Fangrui Song <i@maskray.me> | 2020-10-05 12:39:19 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2020-10-05 12:39:36 -0700 |
commit | e338f8fe69b869afd8adf53919bd578aaf14fb2f (patch) | |
tree | 41de82a0678b1396be072b54a446620cf4ed72a7 /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | 3641d375f6747237b1b55a25a55e9028d8a67a02 (diff) | |
download | llvm-e338f8fe69b869afd8adf53919bd578aaf14fb2f.zip llvm-e338f8fe69b869afd8adf53919bd578aaf14fb2f.tar.gz llvm-e338f8fe69b869afd8adf53919bd578aaf14fb2f.tar.bz2 |
[gcov] Fix non-determinism (DenseMap iteration order) of checksum computation
... by using MapVector. The issue was caused by 63182c2ac0b643a60d397274e8a31166fc7243fa.
Also use stable_partition instead of partition to get stable results
across different STL implementations.
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions