Revert bogus patch

From-SVN: r31018
This commit is contained in:
Richard Kenner 1999-12-18 20:19:33 -05:00
parent d4b60170fd
commit 1f9a0ec21c
2 changed files with 1 additions and 2 deletions

View 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>

View 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++)