* i386.md (neghi): Use the whole register when widening the op.
From-SVN: r26443
This commit is contained in:
parent
34ca9541e7
commit
c5fb6d4a79
@ -1,3 +1,7 @@
|
||||
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);")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user