From da4cfeacb0a152f4cc3afa7473ccad1b8455eae2 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Wed, 23 Apr 2014 13:48:12 +0000 Subject: Makefile.in (OBJS): Remove loop-unswitch.o. 2014-04-23 Richard Biener * 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 --- gcc/rtl.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/rtl.h') 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); -- cgit v1.1