Remove previous delta

From-SVN: r51757
This commit is contained in:
Nick Clifton 2002-04-02 16:44:39 +00:00
parent 36aadc29f3
commit c414f8a95d
2 changed files with 1 additions and 11 deletions

View File

@ -1,9 +1,3 @@
2002-04-02 Nick Clifton <nickc@cambridge.redhat.com>
* config/arm/arm.c (output_return_instruction): Do not create the
conditional part of the return instruction, if there is no
condition to be used.
Tue Apr 2 06:47:40 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* stor-layout.c (layout_type, case ARRAY_TYPE): Give one-element array

View File

@ -7209,11 +7209,7 @@ output_return_instruction (operand, really_return, reverse)
if (current_function_calls_alloca && !really_return)
abort ();
/* Construct the conditional part of the instruction(s) to be emitted. */
if (operand)
sprintf (conditional, "%%?%%%c0", reverse ? 'D' : 'd');
else
* conditional = 0;
sprintf (conditional, "%%?%%%c0", reverse ? 'D' : 'd');
return_used_this_function = 1;