projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd57b05
)
alpha-passes.def: Swap pass_convert_to_eh_region_ranges and pass_shorten_branches...
author
Uros Bizjak
<uros@gcc.gnu.org>
Mon, 31 Oct 2016 14:56:49 +0000
(15:56 +0100)
committer
Uros 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
patch
|
blob
|
history
diff --git
a/gcc/config/alpha/alpha-passes.def
b/gcc/config/alpha/alpha-passes.def
index d960e7cfc06ae7dc7c972e129221139a455624da..977605a105a88ae17827d0c9f31a17b245bac564 100644
(file)
--- 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);