summaryrefslogtreecommitdiff
path: root/gcc/genattr.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-03-25 14:09:34 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-03-25 14:09:34 -0500
commitc930957018e6fb82c56e1a1bd6bd2901b626227f (patch)
tree9f19e5c4b8006984d5842e1bc790a8969010e760 /gcc/genattr.c
parent55575a9d2ba77ce6836ddf4f8d82e4f0f3083bf1 (diff)
downloadgcc-c930957018e6fb82c56e1a1bd6bd2901b626227f.tar.gz
(main): Remove decl of unused variable MAX_ISSUE_TIME.
From-SVN: r6883
Diffstat (limited to 'gcc/genattr.c')
-rw-r--r--gcc/genattr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/genattr.c b/gcc/genattr.c
index 6137851cf78..818983e6da3 100644
--- a/gcc/genattr.c
+++ b/gcc/genattr.c
@@ -1,6 +1,6 @@
/* 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