diff options
author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-10-31 14:56:49 +0000 |
---|---|---|
committer | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-10-31 14:56:49 +0000 |
commit | ab27b8991100b2d14ede6d283acabb3a1dd1ac1e (patch) | |
tree | 77739180d0bb304fa1fdbf141b850270d8487b7e | |
parent | c6c79147d4e2c1bae695dd112af8830223843f60 (diff) | |
download | gcc-ab27b8991100b2d14ede6d283acabb3a1dd1ac1e.tar.gz |
* config/alpha/alpha-passes.def: Swap pass_convert_to_eh_region_ranges
and pass_shorten_branches positions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@241702 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/config/alpha/alpha-passes.def | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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); |