diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2014-05-07 15:06:46 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2014-05-07 15:06:46 +0200 |
commit | c4597c1dd9561a6128fe68247ed0074a27562a4a (patch) | |
tree | 89289012dc60c27967a2442bf9c4c73b609e21a9 /gcc/cfgloop.h | |
parent | 2c23db6dd33ea21edc8970449e420eea4eaa3616 (diff) | |
download | gcc-c4597c1dd9561a6128fe68247ed0074a27562a4a.zip gcc-c4597c1dd9561a6128fe68247ed0074a27562a4a.tar.gz gcc-c4597c1dd9561a6128fe68247ed0074a27562a4a.tar.bz2 |
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
Diffstat (limited to 'gcc/cfgloop.h')
-rw-r--r-- | gcc/cfgloop.h | 2 |
1 files changed, 0 insertions, 2 deletions
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. */ |