aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@redhat.com>2004-05-28 06:27:31 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2004-05-28 06:27:31 +0000
commit6c2511d34e54923dd7c2195dff882ffcffaa9631 (patch)
tree01cb54144d0b7a3428f399cddba1a9e459851788 /gcc/rtl.h
parent4fbf3498e4c9f43d7143d22f7a0b0f0ce9a067bf (diff)
downloadgcc-6c2511d34e54923dd7c2195dff882ffcffaa9631.zip
gcc-6c2511d34e54923dd7c2195dff882ffcffaa9631.tar.gz
gcc-6c2511d34e54923dd7c2195dff882ffcffaa9631.tar.bz2
rtl.h (skip_consecutive_labels): Declare.
* rtl.h (skip_consecutive_labels): Declare. * emit-rtl.c (skip_consecutive_labels): New function. * reorg.c (relax_delay_slots, dbr_schedule): Use it. * jump.c (follow_jumps): Say what null return values mean. From-SVN: r82357
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index d7bfc92..5c0be4d 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1695,6 +1695,7 @@ extern rtx next_active_insn (rtx);
extern int active_insn_p (rtx);
extern rtx prev_label (rtx);
extern rtx next_label (rtx);
+extern rtx skip_consecutive_labels (rtx);
extern rtx next_cc0_user (rtx);
extern rtx prev_cc0_setter (rtx);