X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fgenattr.c;h=ac3426a2ae9a1a7506c5669fcde113460c7ff2a9;hb=e4098ad2266fc3b017d65db89328821e794296e0;hp=8ff3cd383246b886414a0ee751bd4bcae7e6aa97;hpb=07317795975eed83667457de5626ac56625cc59d;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/genattr.c b/gcc/genattr.c index 8ff3cd38324..ac3426a2ae9 100644 --- a/gcc/genattr.c +++ b/gcc/genattr.c @@ -1,5 +1,5 @@ /* Generate attribute information (insn-attr.h) from machine description. - Copyright (C) 1991, 1994, 1996, 1998, 1999, 2000, 2003, 2004, 2007 + Copyright (C) 1991, 1994, 1996, 1998, 1999, 2000, 2003, 2004, 2007, 2008 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) @@ -184,6 +184,10 @@ main (int argc, char **argv) printf (" Use the function if bypass_p returns nonzero for\n"); printf (" the 1st insn. */\n"); printf ("extern int insn_latency (rtx, rtx);\n\n"); + printf ("/* Maximal insn latency time possible of all bypasses for this insn.\n"); + printf (" Use the function if bypass_p returns nonzero for\n"); + printf (" the 1st insn. */\n"); + printf ("extern int maximal_insn_latency (rtx);\n\n"); printf ("\n#if AUTOMATON_ALTS\n"); printf ("/* The following function returns number of alternative\n"); printf (" reservations of given insn. It may be used for better\n");