Commit c9309570 by Richard Kenner

(main): Remove decl of unused variable MAX_ISSUE_TIME.

From-SVN: r6883
parent 55575a9d
/* Generate attribute information (insn-attr.h) from machine description.
Copyright (C) 1991 Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@nyu.edu)
Copyright (C) 1991, 1994 Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
This file is part of GNU CC.
......@@ -391,7 +391,6 @@ from the machine description file `md'. */\n\n");
for (unit = units; unit; unit = unit->next)
{
struct range blockage;
int max_issue_time = MAX (unit->issue_delay.max, 1);
blockage = unit->issue_delay;
blockage.max = MAX (unit->ready_cost.max
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment