]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove previous delta
authorNick Clifton <nickc@gcc.gnu.org>
Tue, 2 Apr 2002 16:44:39 +0000 (16:44 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 2 Apr 2002 16:44:39 +0000 (16:44 +0000)
From-SVN: r51757

gcc/ChangeLog
gcc/config/arm/arm.c

index f04f0640134ac011610a62d8ba32df1f1a7f3444..3cb11a0e53512cda4bebc8890299182ee29b7632 100644 (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
index 75dd8b2543a060b1af8d99eb9fe9b530c9892259..ba5eb055e67bb63a99a9414af6e487b4edc115f2 100644 (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;