Commit 4a92092a by Graham Stott Committed by Jeff Law

*** empty log message ***

From-SVN: r32159
parent 98f3c1db
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;
......
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