diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-03-06 01:53:08 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-03-06 01:53:08 +0000 |
commit | 26d249ebbcea1a6b4ce193c91794075a51dafc59 (patch) | |
tree | a3cbb36c1e0441ba40bbff53154cf98e330dcc3e /gcc | |
parent | 8b41a8dac042759b67563efc87358f014d2f1de4 (diff) | |
download | gcc-26d249ebbcea1a6b4ce193c91794075a51dafc59.zip gcc-26d249ebbcea1a6b4ce193c91794075a51dafc59.tar.gz gcc-26d249ebbcea1a6b4ce193c91794075a51dafc59.tar.bz2 |
* emit-rtl.c (gen_highpart_mode): Fix a comment typo.
From-SVN: r63885
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/emit-rtl.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e5c4f3c..a0a4be2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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. diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index 28c75ee..dbc0a37 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) |