* i386.md (zero_extendqihi2): Use SImode register name with andl.

From-SVN: r30198
This commit is contained in:
Richard Henderson 1999-10-26 13:10:28 -07:00 committed by Richard Henderson
parent cd8cee7b53
commit 044bdac117
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Oct 26 13:09:23 1999 Richard Henderson <rth@cygnus.com>
* i386.md (zero_extendqihi2): Use SImode register name with andl.
Tue Oct 26 12:35:38 1999 Richard Henderson <rth@cygnus.com>
* integrate.c (function_cannot_inline_p): Don't allow inlining

View File

@ -2097,7 +2097,7 @@
if (!REG_P (operands[1]) || REGNO (operands[0]) != REGNO (operands[1]))
abort ();
operands[1] = GEN_INT (0xff);
return \"and{l}\\t{%1, %0|%0, %1}\";
return \"and{l}\\t{%1, %k0|%k0, %1}\";
default:
return \"movz{bw|x}\\t{%1, %0|%0, %1}\";
}