toplev.c (rest_of_handle_sched): Hide the entire function if INSN_SCHEDULING is not...
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 18 Jun 2003 21:41:10 +0000 (21:41 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 18 Jun 2003 21:41:10 +0000 (21:41 +0000)
commita2f8629a69f92173f290f5c8b1fac802f418c628
tree01daecd9b354d601e79fe86bac207d66f5ce6265
parentfe3ad57221f647b880567025bf825dcca9b7174a
toplev.c (rest_of_handle_sched): Hide the entire function if INSN_SCHEDULING is not defined.

* toplev.c (rest_of_handle_sched): Hide the entire function if
INSN_SCHEDULING is not defined.
(rest_of_compilation): Call rest_of_handle_sched() only when
INSN_SCHEDULING is defined.

From-SVN: r68166
gcc/ChangeLog
gcc/toplev.c