diff options
author | Lars Brinkhoff <lars@nocrew.org> | 2001-05-27 10:35:09 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2001-05-27 10:35:09 +0000 |
commit | 04956a1a78743cb0dfe9fafd2ba413d503cf57b1 (patch) | |
tree | 586b9213b1f423dd0fce763ac8836357dc8fc444 /gcc/combine.c | |
parent | a0f51704d1dfe7a0b94ce413d501373324b30f31 (diff) | |
download | gcc-04956a1a78743cb0dfe9fafd2ba413d503cf57b1.zip gcc-04956a1a78743cb0dfe9fafd2ba413d503cf57b1.tar.gz gcc-04956a1a78743cb0dfe9fafd2ba413d503cf57b1.tar.bz2 |
combine.c (try_combine): Fix typo in comment.
* combine.c (try_combine): Fix typo in comment.
* expr.c (expand_expr): Likewise.
* config/i370/i370.md (untyped_call): Likewise.
From-SVN: r42655
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 e36cdef..bfa97b0 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -1458,7 +1458,7 @@ cant_combine_insn_p (insn) Here I1 and I2 appear earlier than I3. I1 can be zero; then we combine just I2 into I3. - It we are combining three insns and the resulting insn is not recognized, + If we are combining three insns and the resulting insn is not recognized, try splitting it into two insns. If that happens, I2 and I3 are retained and I1 is pseudo-deleted by turning it into a NOTE. Otherwise, I1 and I2 are pseudo-deleted. |