Commit c5fb6d4a by Richard Henderson Committed by Richard Henderson

* i386.md (neghi): Use the whole register when widening the op.

From-SVN: r26443
parent 34ca9541
Wed Apr 14 09:39:20 1999 Richard Henderson <rth@cygnus.com>
* i386.md (neghi): Use the whole register when widening the op.
1999-04-14 12:37 -0400 Zack Weinberg <zack@rabi.columbia.edu>
* cpperror.c, cppexp.c, cpplib.c: Never call abort.
......
......@@ -4740,7 +4740,7 @@ byte_xor_operation:
if (REG_P (operands[0]) && i386_cc_probably_useless_p (insn))
{
CC_STATUS_INIT;
return AS1(neg%L0,%0);
return AS1(neg%L0,%k0);
}
return AS1(neg%W0,%0);")
......
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