aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
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/reload1.c
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/reload1.c')
-rw-r--r--gcc/reload1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c
index 8d4e000..a7b435e 100644
--- a/gcc/reload1.c
+++ b/gcc/reload1.c
@@ -3229,7 +3229,7 @@ eliminate_regs_in_insn (insn, replace)
insn. The changes we make were determined by the earlier call to
elimination_effects.
- We also detect a cases where register elimination cannot be done,
+ We also detect cases where register elimination cannot be done,
namely, if a register would be both changed and referenced outside a MEM
in the resulting insn since such an insn is often undefined and, even if
not, we cannot know what meaning will be given to it. Note that it is