diff options
author | Mandeep Singh Grang <mgrang@codeaurora.org> | 2018-04-13 19:50:51 +0000 |
---|---|---|
committer | Mandeep Singh Grang <mgrang@codeaurora.org> | 2018-04-13 19:50:51 +0000 |
commit | 0f035ebed29f3ab5392164e75472b8d46e022d22 (patch) | |
tree | f96e17b312e0a9ede31688024bee0e0d0ad2f295 /llvm/lib/Analysis/DominanceFrontier.cpp | |
parent | 118b8675c5946c38d5a914a63fe0c2f6f61d9eba (diff) | |
download | bcm5719-llvm-0f035ebed29f3ab5392164e75472b8d46e022d22.tar.gz bcm5719-llvm-0f035ebed29f3ab5392164e75472b8d46e022d22.zip |
[DebugInfo] Change std::sort to llvm::sort in response to r327219
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.
llvm-svn: 330061
Diffstat (limited to 'llvm/lib/Analysis/DominanceFrontier.cpp')
0 files changed, 0 insertions, 0 deletions