diff options
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c index ed8624e..dddb78a 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -4377,7 +4377,7 @@ struct rtl_opt_pass pass_shorten_branches = NULL, /* sub */ NULL, /* next */ 0, /* static_pass_number */ - TV_FINAL, /* tv_id */ + TV_SHORTEN_BRANCH, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ 0, /* properties_destroyed */ |