projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b41a8d
)
* emit-rtl.c (gen_highpart_mode): Fix a comment typo.
author
Kazu Hirata
<kazu@cs.umass.edu>
Thu, 6 Mar 2003 01:53:08 +0000
(
01:53
+0000)
committer
Kazu Hirata
<kazu@gcc.gnu.org>
Thu, 6 Mar 2003 01:53:08 +0000
(
01:53
+0000)
From-SVN: r63885
gcc/ChangeLog
patch
|
blob
|
history
gcc/emit-rtl.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index e5c4f3c0e10d798144a428b38c761101456256d3..a0a4be29fd2f59058eef974f68d93c983dfe6d02 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/emit-rtl.c
b/gcc/emit-rtl.c
index 28c75ee28963857b3acc548c78fe319fafe41602..dbc0a372a3b0aeab9fb3e735390a4b578b11f202 100644
(file)
--- 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)