Commit 26d249eb by Kazu Hirata Committed by Kazu Hirata

* emit-rtl.c (gen_highpart_mode): Fix a comment typo.

From-SVN: r63885
parent 8b41a8da
2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
* emit-rtl.c (gen_highpart_mode): Fix a comment typo.
2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (a peephole2): Generalize to
accept a memory operand.
......
......@@ -1420,7 +1420,7 @@ gen_highpart (mode, x)
return result;
}
/* Like gen_highpart_mode, but accept mode of EXP operand in case EXP can
/* Like gen_highpart, but accept mode of EXP operand in case EXP can
be VOIDmode constant. */
rtx
gen_highpart_mode (outermode, innermode, exp)
......
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