From: Uros Bizjak Date: Mon, 31 Oct 2016 14:56:49 +0000 (+0100) Subject: alpha-passes.def: Swap pass_convert_to_eh_region_ranges and pass_shorten_branches... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=85771f28c84480e5fc9240b35bfc5f8ba606844a;p=gcc.git alpha-passes.def: Swap pass_convert_to_eh_region_ranges and pass_shorten_branches positions. * config/alpha/alpha-passes.def: Swap pass_convert_to_eh_region_ranges and pass_shorten_branches positions. From-SVN: r241702 --- diff --git a/gcc/config/alpha/alpha-passes.def b/gcc/config/alpha/alpha-passes.def index d960e7cfc06..977605a105a 100644 --- a/gcc/config/alpha/alpha-passes.def +++ b/gcc/config/alpha/alpha-passes.def @@ -17,5 +17,5 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see . */ - INSERT_PASS_BEFORE (pass_shorten_branches, 1, pass_align_insns); INSERT_PASS_AFTER (pass_convert_to_eh_region_ranges, 1, pass_handle_trap_shadows); + INSERT_PASS_BEFORE (pass_shorten_branches, 1, pass_align_insns);