genautomata.c (output_internal_insn_latency_func): Fix missing close paren in output.

* genautomata.c (output_internal_insn_latency_func): Fix missing
	close paren in output.

From-SVN: r61542
This commit is contained in:
Andreas Schwab 2003-01-21 09:41:18 +00:00 committed by Andreas Schwab
parent a543eb5e9a
commit 4f9365e21a
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-01-21 Andreas Schwab <schwab@suse.de>
* genautomata.c (output_internal_insn_latency_func): Fix missing
close paren in output.
2003-01-21 Zack Weinberg <zack@codesourcery.com>
* genautomata.c: Space savings in generated code:

View File

@ -1,5 +1,5 @@
/* Pipeline hazard description translator.
Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
Written by Vladimir Makarov <vmakarov@redhat.com>
@ -8974,7 +8974,7 @@ output_internal_insn_latency_func ()
else
{
fprintf (output_file,
" if (%s (%s, %s)\n",
" if (%s (%s, %s))\n",
bypass->bypass_guard_name, INSN_PARAMETER_NAME,
INSN2_PARAMETER_NAME);
fprintf (output_file,