cfgloop.h (sort_sibling_loops): Declare.
authorRichard Biener <rguenther@suse.de>
Mon, 25 Sep 2017 13:19:16 +0000 (13:19 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 25 Sep 2017 13:19:16 +0000 (13:19 +0000)
commit26993e95b9e5d4c79ee6c9b16307046383590748
tree62988443002b9798950e5d2cb60215d7239a4b6e
parent579f368704e340c47957d5fb5aca6ecda6624a69
cfgloop.h (sort_sibling_loops): Declare.

2017-09-25  Richard Biener  <rguenther@suse.de>

* cfgloop.h (sort_sibling_loops): Declare.
* cfgloop.c (sort_sibling_loops_cmp): New helper.
(sort_sibling_loops): New function sorting the sibling loop list
in RPO order.
* graphite.c (graphite_transform_loops): Sort sibling loops.

From-SVN: r253149
gcc/ChangeLog
gcc/cfgloop.c
gcc/cfgloop.h
gcc/graphite.c