Commit 908c8c7e by Kazu Hirata Committed by Kazu Hirata

avr.c (avr_output_function_prologue): Remove an extra pair of curly braces.

	* config/avr/avr.c (avr_output_function_prologue): Remove an
	extra pair of curly braces.

From-SVN: r75434
parent 8596d0a1
2004-01-05 Kazu Hirata <kazu@cs.umass.edu>
* config/avr/avr.c (avr_output_function_prologue): Remove an
extra pair of curly braces.
2004-01-05 Kazu Hirata <kazu@cs.umass.edu>
* config/mn10300/mn10300.c: Fix comment formatting.
* config/mn10300/mn10300.h: Likewise.
......
......@@ -700,7 +700,6 @@ avr_output_function_prologue (FILE *file, HOST_WIDE_INT size)
}
if (frame_pointer_needed)
{
{
fprintf (file, "\t"
AS1 (push,r28) CR_TAB
AS1 (push,r29) CR_TAB
......@@ -727,7 +726,6 @@ avr_output_function_prologue (FILE *file, HOST_WIDE_INT size)
}
}
}
}
out:
fprintf (file, "/* prologue end (size=%d) */\n", prologue_size);
......
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