mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 15:10:04 +08:00
*** empty log message ***
From-SVN: r32159
This commit is contained in:
parent
98f3c1dbd3
commit
4a92092ae6
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user