diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-02-12 15:17:56 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-02-12 15:17:56 +0000 |
commit | 647eea9dd803b0b7df330dc834d5817761fcfbe6 (patch) | |
tree | e97624b94c226e126abcb5ef4b80d102a7fd124b /gcc/combine.c | |
parent | 0008978072badfdf3c5afc69f98530cc3e48f953 (diff) | |
download | gcc-647eea9dd803b0b7df330dc834d5817761fcfbe6.zip gcc-647eea9dd803b0b7df330dc834d5817761fcfbe6.tar.gz gcc-647eea9dd803b0b7df330dc834d5817761fcfbe6.tar.bz2 |
c-tree.h, [...]: Fix comment typos.
* c-tree.h, combine.c, expmed.c, flow.c, libgcc2.c,
simplify-rtx.c, tree-ssa-live.h: Fix comment typos. Follow
spelling conventions.
From-SVN: r94939
Diffstat (limited to 'gcc/combine.c')
-rw-r--r-- | gcc/combine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index ae773b9..73b12bb 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -1276,7 +1276,7 @@ can_combine_p (rtx insn, rtx i3, rtx pred ATTRIBUTE_UNUSED, rtx succ, /* If the clobber represents an earlyclobber operand, we must not substitute an expression containing the clobbered register. - As we do not analyse the constraint strings here, we have to + As we do not analyze the constraint strings here, we have to make the conservative assumption. However, if the register is a fixed hard reg, the clobber cannot represent any operand; we leave it up to the machine description to either accept or |