summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineTraceMetrics.cpp
diff options
context:
space:
mode:
authorMandeep Singh Grang <mgrang@codeaurora.org>2018-04-08 16:42:52 +0000
committerMandeep Singh Grang <mgrang@codeaurora.org>2018-04-08 16:42:52 +0000
commit68a151a13c5ed9b5fdc724403d4d068f78f75292 (patch)
tree2d508c108c6c76e389bbceef85f5155aca0429f1 /llvm/lib/CodeGen/MachineTraceMetrics.cpp
parentac5abbfdd975a5452ac9307c9c3d5cad6e272212 (diff)
downloadbcm5719-llvm-68a151a13c5ed9b5fdc724403d4d068f78f75292.tar.gz
bcm5719-llvm-68a151a13c5ed9b5fdc724403d4d068f78f75292.zip
[X86] 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: chandlerc, craig.topper, RKSimon Reviewed By: chandlerc, craig.topper Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D44874 llvm-svn: 329534
Diffstat (limited to 'llvm/lib/CodeGen/MachineTraceMetrics.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud