From c4597c1dd9561a6128fe68247ed0074a27562a4a Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 7 May 2014 15:06:46 +0200 Subject: More gcc/loop-unswitch.c cleanup. gcc/ * cfgloop.h (unswitch_loops): Remove. * doc/passes.texi: Remove references to loop-unswitch.c * timevar.def (TV_LOOP_UNSWITCH): Remove. From-SVN: r210156 --- gcc/cfgloop.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/cfgloop.h') diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h index ab8b809..62a656a 100644 --- a/gcc/cfgloop.h +++ b/gcc/cfgloop.h @@ -711,8 +711,6 @@ extern void loop_optimizer_init (unsigned); extern void loop_optimizer_finalize (void); /* Optimization passes. */ -extern void unswitch_loops (void); - enum { UAP_PEEL = 1, /* Enables loop peeling. */ -- cgit v1.1