Commit fb9282f9 by Kazu Hirata Committed by Kazu Hirata

* config/h8300/h8300.md (*andorhi3): Fix typos.

From-SVN: r45334
parent 289b57ee
2001-08-31 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.md (*andorhi3): Fix typos.
2001-08-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* calls.c (emit_library_call_value): Don't use a fixed
......
......@@ -1024,9 +1024,9 @@
if (INTVAL (operands[3]) > 128)
{
operands[3] = GEN_INT (INTVAL (operands[3]) >> 8);
return \"bld\t%V3,%t2\;bst\t%V3,%t0\";
return \"bld\\t%V3,%t2\;bst\\t%V3,%t0\";
}
return \"bld\t%V3,%s2\;bst\t%V3,%s0\";
return \"bld\\t%V3,%s2\;bst\\t%V3,%s0\";
}"
[(set_attr "length" "4")
(set_attr "cc" "clobber")])
......
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