aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2014-04-23 13:48:12 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2014-04-23 13:48:12 +0000
commitda4cfeacb0a152f4cc3afa7473ccad1b8455eae2 (patch)
tree74c8ed6896fc763ca39ad07ae90e5c2c28f4727d /gcc/rtl.h
parent22718afe53695be38b6d9b7de6edec7c8dda734e (diff)
downloadgcc-da4cfeacb0a152f4cc3afa7473ccad1b8455eae2.zip
gcc-da4cfeacb0a152f4cc3afa7473ccad1b8455eae2.tar.gz
gcc-da4cfeacb0a152f4cc3afa7473ccad1b8455eae2.tar.bz2
Makefile.in (OBJS): Remove loop-unswitch.o.
2014-04-23 Richard Biener <rguenther@suse.de> * Makefile.in (OBJS): Remove loop-unswitch.o. * loop-unswitch.c: Delete. * tree-pass.h (make_pass_rtl_unswitch): Remove. * passes.def (pass_rtl_unswitch): Likewise. * loop-init.c (gate_rtl_unswitch): Likewise. (rtl_unswitch): Likewise. (pass_data_rtl_unswitch): Likewise. (pass_rtl_unswitch): Likewise. (make_pass_rtl_unswitch): Likewise. * rtl.h (reversed_condition): Likewise. (compare_and_jump_seq): Likewise. * loop-iv.c (reversed_condition): Move here from loop-unswitch.c and make static. * loop-unroll.c (compare_and_jump_seq): Likewise. From-SVN: r209698
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index f1cda4c..3a526a1 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2743,10 +2743,6 @@ extern unsigned int variable_tracking_main (void);
extern void get_mode_bounds (enum machine_mode, int, enum machine_mode,
rtx *, rtx *);
-/* In loop-unswitch.c */
-extern rtx reversed_condition (rtx);
-extern rtx compare_and_jump_seq (rtx, rtx, enum rtx_code, rtx, int, rtx);
-
/* In loop-iv.c */
extern rtx canon_condition (rtx);
extern void simplify_using_condition (rtx, rtx *, bitmap);