From 26d249ebbcea1a6b4ce193c91794075a51dafc59 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 6 Mar 2003 01:53:08 +0000 Subject: [PATCH] * emit-rtl.c (gen_highpart_mode): Fix a comment typo. From-SVN: r63885 --- gcc/ChangeLog | 4 ++++ gcc/emit-rtl.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.30.2