]> gcc.gnu.org Git - gcc.git/commitdiff
* emit-rtl.c (gen_highpart_mode): Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 6 Mar 2003 01:53:08 +0000 (01:53 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 6 Mar 2003 01:53:08 +0000 (01:53 +0000)
From-SVN: r63885

gcc/ChangeLog
gcc/emit-rtl.c

index e5c4f3c0e10d798144a428b38c761101456256d3..a0a4be29fd2f59058eef974f68d93c983dfe6d02 100644 (file)
@@ -1,3 +1,7 @@
+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
index 28c75ee28963857b3acc548c78fe319fafe41602..dbc0a372a3b0aeab9fb3e735390a4b578b11f202 100644 (file)
@@ -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)
This page took 0.089097 seconds and 5 git commands to generate.