Commit 79551a56 by Zdenek Dvorak Committed by Zdenek Dvorak

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

From-SVN: r75845
parent 90c2bc78
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.
......
......@@ -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}";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment