* config/i386/i386.md (*addqi_1_slp): Do not access operands[2].

From-SVN: r75845
This commit is contained in:
Zdenek Dvorak 2004-01-14 08:20:48 +01:00 committed by Zdenek Dvorak
parent 90c2bc78e6
commit 79551a5610
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-01-14 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
* config/i386/i386.md (*addqi_1_slp): Do not access operands[2].
2004-01-13 Kazu Hirata <kazu@cs.umass.edu>
* config/iq2000/iq2000-protos.h: Fix comment formatting.

View File

@ -6307,7 +6307,7 @@
if (GET_CODE (operands[1]) == CONST_INT
&& INTVAL (operands[1]) < 0)
{
operands[2] = GEN_INT (-INTVAL (operands[2]));
operands[1] = GEN_INT (-INTVAL (operands[1]));
return "sub{b}\t{%1, %0|%0, %1}";
}
return "add{b}\t{%1, %0|%0, %1}";