]> gcc.gnu.org Git - gcc.git/commit
ifcvt: replace C++ sort with vec::qsort [PR109154]
authorTamar Christina <tamar.christina@arm.com>
Mon, 2 Oct 2023 10:48:26 +0000 (11:48 +0100)
committerTamar Christina <tamar.christina@arm.com>
Mon, 2 Oct 2023 10:48:26 +0000 (11:48 +0100)
commit19610580d49f3d2d8d511fba55b39efa0764dfc2
tree85873c21ea77d21274a3fcb5d1058cc163fb926c
parent76547f4c97b1c0744487d624c5e2e5a15d0370a9
ifcvt: replace C++ sort with vec::qsort [PR109154]

As requested later on, this replaces the C++ sort with vec::qsort.

gcc/ChangeLog:

PR tree-optimization/109154
* tree-if-conv.cc (INCLUDE_ALGORITHM): Remove.
(cmp_arg_entry): New.
(predicate_scalar_phi): Use it.
gcc/tree-if-conv.cc
This page took 0.057955 seconds and 5 git commands to generate.