| Index: gcc/gcc/genattr.c
|
| diff --git a/gcc/gcc/genattr.c b/gcc/gcc/genattr.c
|
| index ac3426a2ae9a1a7506c5669fcde113460c7ff2a9..18bba53034d6d20bfebdc2fc5266e38c7a600ca8 100644
|
| --- a/gcc/gcc/genattr.c
|
| +++ b/gcc/gcc/genattr.c
|
| @@ -256,7 +256,7 @@ main (int argc, char **argv)
|
| printf (" define_insn_reservation will be changed after\n");
|
| printf (" last call of dfa_start. */\n");
|
| printf ("extern void dfa_clean_insn_cache (void);\n\n");
|
| - printf ("extern void dfa_clear_single_insn_cache (rtx);\n\n");
|
| + printf ("extern void dfa_clear_single_insn_cache (rtx);\n\n");
|
| printf ("/* Initiate and finish work with DFA. They should be\n");
|
| printf (" called as the first and the last interface\n");
|
| printf (" functions. */\n");
|
|
|