aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorAnthony Green <green@cygnus.com>2000-02-26 02:54:36 +0000
committerJeff Law <law@gcc.gnu.org>2000-02-25 19:54:36 -0700
commit44a76fc8563b63bbd0ce06e607136746841f4d8f (patch)
treea130b6dc3441ac75d72a58d539e738978bf10bb6 /gcc/rtl.h
parent0e9137bb1ffffa72428077af6678e11e440c6e4b (diff)
downloadgcc-44a76fc8563b63bbd0ce06e607136746841f4d8f.zip
gcc-44a76fc8563b63bbd0ce06e607136746841f4d8f.tar.gz
gcc-44a76fc8563b63bbd0ce06e607136746841f4d8f.tar.bz2
toplev.c (rest_of_compilation): Rebuild jump labels if combine_instructions has created a new direct jump.
* toplev.c (rest_of_compilation): Rebuild jump labels if combine_instructions has created a new direct jump. * combine.c (try_combine): Add new_direct_jump_p argument. Set it when appropriate. (combine_instructions): Call try_combine with new argument. Return non-null value when new direct jump instruction is created. * rtl.h: combine_instructions returns an int. From-SVN: r32162
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index d3ca9b0..af67efb 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1470,7 +1470,7 @@ extern void remove_unncessary_notes PARAMS ((void));
extern void add_clobbers PARAMS ((rtx, int));
/* In combine.c */
-extern void combine_instructions PARAMS ((rtx, int));
+extern int combine_instructions PARAMS ((rtx, int));
extern int extended_count PARAMS ((rtx, enum machine_mode, int));
extern rtx remove_death PARAMS ((int, rtx));
#ifdef BUFSIZ