aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog.1
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2002-10-28 14:07:45 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-10-28 14:07:45 +0000
commit423adbb9bf574e8a8f2d02ad00fcbb4352beada9 (patch)
tree5aa3d0b0183a4c894c941c4b71d02403a60c2866 /gcc/ChangeLog.1
parent42e650ae23a4cc4c4f08717a501f58bd150941ce (diff)
downloadgcc-423adbb9bf574e8a8f2d02ad00fcbb4352beada9.zip
gcc-423adbb9bf574e8a8f2d02ad00fcbb4352beada9.tar.gz
gcc-423adbb9bf574e8a8f2d02ad00fcbb4352beada9.tar.bz2
ChangeLog.1: Fix typos.
* ChangeLog.1: Fix typos. * cse.c: Fix a comment typo. * reload1.c: Likewise. From-SVN: r58596
Diffstat (limited to 'gcc/ChangeLog.1')
-rw-r--r--gcc/ChangeLog.14
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog.1 b/gcc/ChangeLog.1
index 7391715..ef67034 100644
--- a/gcc/ChangeLog.1
+++ b/gcc/ChangeLog.1
@@ -1732,7 +1732,7 @@ Fri Apr 9 10:40:10 1999 Kaveh R. Ghazi <ghazi@snafu.rutgers.edu>
Thu Apr 8 19:20:18 1999 Jeffrey A Law (law@cygnus.com)
* expr.c (expand_expr, case ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF):
- Do not try to optimize a aggregate address which has VOIDmode.
+ Do not try to optimize an aggregate address which has VOIDmode.
Mirrors March 23 change to expand_assignment.
* flow.c (delete_unreachable_blocks): Do not require EDGE_FALLTHRU
@@ -2625,7 +2625,7 @@ Tue Mar 23 23:32:14 1999 Jeffrey A Law (law@cygnus.com)
left using a variable rotate right. Provide anonymous pattern for
rotate left by a constant value.
- * expr.c (expand_assignment): Do not try to optimize a aggregate
+ * expr.c (expand_assignment): Do not try to optimize an aggregate
address which has VOIDmode.
Tue Mar 23 22:51:48 1999 Mumit Khan <khan@xraylith.wisc.edu>