diff options
author | Mandeep Singh Grang <mgrang@codeaurora.org> | 2018-04-13 19:47:01 +0000 |
---|---|---|
committer | Mandeep Singh Grang <mgrang@codeaurora.org> | 2018-04-13 19:47:01 +0000 |
commit | db456efc8ed89c3534398f37fb364180e328d966 (patch) | |
tree | 5c50f4210d7622be2cc0b34c499152e8bd0d2ba7 /llvm/lib/Transforms/Utils/SimplifyCFG.cpp | |
parent | 8547f913fc4cea9e06f7ae6f42d76cb7a40f171f (diff) | |
download | bcm5719-llvm-db456efc8ed89c3534398f37fb364180e328d966.tar.gz bcm5719-llvm-db456efc8ed89c3534398f37fb364180e328d966.zip |
[MC] Change std::sort to llvm::sort in response to r327219
Summary:
r327219 added wrappers to std::sort which randomly shuffle the container before sorting.
This will help in uncovering non-determinism caused due to undefined sorting
order of objects having the same key.
To make use of that infrastructure we need to invoke llvm::sort instead of std::sort.
Note: This patch is one of a series of patches to replace *all* std::sort to llvm::sort.
Refer the comments section in D44363 for a list of all the required patches.
Reviewers: grosbach, void, ruiu
Reviewed By: ruiu
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D45138
llvm-svn: 330058
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyCFG.cpp')
0 files changed, 0 insertions, 0 deletions