Commit 89b21b68 by Hans-Peter Nilsson Committed by Jeff Law

* i386.md (ashlsi3 splitter): Fix typo in last change.

From-SVN: r25654
parent a45bdd02
Tue Mar 9 15:26:02 1999 Hans-Peter Nilsson <hp@bitrange.com>
* i386.md (ashlsi3 splitter): Fix typo in last change.
Tue Mar 9 11:35:20 1999 Richard Henderson <rth@cygnus.com>
* reg-stack.c (stack_reg_life_analysis): Use returnjump_p
......
......@@ -4907,7 +4907,7 @@ byte_xor_operation:
(set (match_dup 0) (ashift:SI (match_dup 0) (match_dup 3)))]
"
{
operands[3] = GEN_INT (INTVAL (operands[2] - 3));
operands[3] = GEN_INT (INTVAL (operands[2]) - 3);
operands[2] = GEN_INT (3);
}")
......
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