*** empty log message ***

From-SVN: r32159
This commit is contained in:
Graham Stott 2000-02-26 02:24:11 +00:00 committed by Jeff Law
parent 98f3c1dbd3
commit 4a92092ae6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Feb 25 19:22:44 2000 Graham Stott <grahams@rcp.co.uk>
* i386.md (define_expand "clrstrsi"): Fix typo.
Fri Feb 25 18:49:39 2000 "K. Richard Pixley" <rich@microunity.com>
* rtl.texi: Fix typo.

View File

@ -8293,7 +8293,7 @@
emit_insn (gen_andsi3 (tmpcount, destreg, GEN_INT (4)));
emit_cmp_and_jump_insns (tmpcount, GEN_INT (0), EQ, 0,
SImode, 1, 0, label);
emit_insn (gen_strsethi (destreg, zeroreg));
emit_insn (gen_strsetsi (destreg, zeroreg));
emit_insn (gen_addsi3 (countreg, countreg, GEN_INT (-4)));
emit_label (label);
LABEL_NUSES (label) = 1;