summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcTargetStreamer.h
diff options
context:
space:
mode:
authorMandeep Singh Grang <mgrang@codeaurora.org>2018-03-29 19:05:26 +0000
committerMandeep Singh Grang <mgrang@codeaurora.org>2018-03-29 19:05:26 +0000
commit10d8b8557009056bbcbfc9dd181698e58ba07a13 (patch)
treeef4d90ba149cfcfbdc47c380af793f60f9d833f7 /llvm/lib/Target/Sparc/SparcTargetStreamer.h
parent407ff1b1cd1fab2fa43e2dddb67c3a73bf71536c (diff)
downloadbcm5719-llvm-10d8b8557009056bbcbfc9dd181698e58ba07a13.tar.gz
bcm5719-llvm-10d8b8557009056bbcbfc9dd181698e58ba07a13.zip
[Mips] 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: sdardis, RKSimon, dsanders, atanasyan Reviewed By: atanasyan Subscribers: atanasyan, arichardson, llvm-commits Differential Revision: https://reviews.llvm.org/D44869 llvm-svn: 328815
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcTargetStreamer.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud