summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-24 18:57:01 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-24 18:57:01 +0000
commit32517648bf3e72828fd9729a932ba3ca27416a24 (patch)
tree1475cbb289d706d4eaa9f5b33bd688be99eb15cc /gcc/haifa-sched.c
parentf8b5a1eac94090808a801b229414d78311df5ad4 (diff)
downloadgcc-32517648bf3e72828fd9729a932ba3ca27416a24.tar.gz
2010-11-24 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 167123 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@167125 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/haifa-sched.c')
-rw-r--r--gcc/haifa-sched.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c
index 653561907d0..3bc7dfd16ac 100644
--- a/gcc/haifa-sched.c
+++ b/gcc/haifa-sched.c
@@ -167,25 +167,12 @@ int issue_rate;
N=3: rtl at abort point, control-flow, regions info.
N=5: dependences info. */
-static int sched_verbose_param = 0;
int sched_verbose = 0;
/* Debugging file. All printouts are sent to dump, which is always set,
either to stderr, or to the dump listing file (-dRS). */
FILE *sched_dump = 0;
-/* fix_sched_param() is called from toplev.c upon detection
- of the -fsched-verbose=N option. */
-
-void
-fix_sched_param (const char *param, const char *val)
-{
- if (!strcmp (param, "verbose"))
- sched_verbose_param = atoi (val);
- else
- warning (0, "fix_sched_param: unknown param: %s", param);
-}
-
/* This is a placeholder for the scheduler parameters common
to all schedulers. */
struct common_sched_info_def *common_sched_info;