alpha-passes.def: Swap pass_convert_to_eh_region_ranges and pass_shorten_branches...
authorUros Bizjak <uros@gcc.gnu.org>
Mon, 31 Oct 2016 14:56:49 +0000 (15:56 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 31 Oct 2016 14:56:49 +0000 (15:56 +0100)
* config/alpha/alpha-passes.def: Swap pass_convert_to_eh_region_ranges
  and pass_shorten_branches positions.

From-SVN: r241702

gcc/config/alpha/alpha-passes.def

index d960e7c..977605a 100644 (file)
@@ -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
 <http://www.gnu.org/licenses/>.  */
 
-  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);