Revert bogus patch
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Dec 1999 01:19:33 +0000 (01:19 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Dec 1999 01:19:33 +0000 (01:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31018 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/reload.c

index fd8a0b6..53ea549 100644 (file)
@@ -14,7 +14,6 @@ Sat Dec 18 16:28:43 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
        * cse.c: Move a comment.
        * tree.c: Minor reformatting.
        (int_size_in_bytes): Return -1 if constant overflows.
-       * reload.c (combine_reloads): Do nothing if no output reload
 
 Sat Dec 18 18:30:20 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
 
index 529a2c6..bcaef6c 100644 (file)
@@ -1718,7 +1718,7 @@ combine_reloads ()
      that it does not occur in the output (we already know it isn't an
      earlyclobber.  If this is an asm insn, give up.  */
 
-  if (INSN_CODE (this_insn) == -1 || output_reload == -1)
+  if (INSN_CODE (this_insn) == -1)
     return;
 
   for (i = 1; i < insn_data[INSN_CODE (this_insn)].n_operands; i++)