From: Kazu Hirata Date: Thu, 6 Mar 2003 01:53:08 +0000 (+0000) Subject: * emit-rtl.c (gen_highpart_mode): Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=26d249ebbcea1a6b4ce193c91794075a51dafc59;p=gcc.git * emit-rtl.c (gen_highpart_mode): Fix a comment typo. From-SVN: r63885 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e5c4f3c0e10..a0a4be29fd2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-03-05 Kazu Hirata + + * emit-rtl.c (gen_highpart_mode): Fix a comment typo. + 2003-03-05 Kazu Hirata * config/h8300/h8300.md (a peephole2): Generalize to diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index 28c75ee2896..dbc0a372a3b 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -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)