diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-08-28 06:54:22 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-08-28 06:54:22 -0400 |
commit | abc95ed36d4c350fa1e23c1d322fee9bd8a018fe (patch) | |
tree | 1c83e6e4689be8894157ee8b0f76e689bf3b8871 /gcc/combine.c | |
parent | 2d5144e9ae5ef3e32c059f6a572d4bab6863c976 (diff) | |
download | gcc-abc95ed36d4c350fa1e23c1d322fee9bd8a018fe.zip gcc-abc95ed36d4c350fa1e23c1d322fee9bd8a018fe.tar.gz gcc-abc95ed36d4c350fa1e23c1d322fee9bd8a018fe.tar.bz2 |
Fix spelling errors.
From-SVN: r10289
Diffstat (limited to 'gcc/combine.c')
-rw-r--r-- | gcc/combine.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index 13eea3f..aa30445 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -7658,7 +7658,7 @@ simplify_shift_const (x, code, result_mode, varop, count) if (complement_p) break; - /* Convert ROTATETRT to ROTATE. */ + /* Convert ROTATERT to ROTATE. */ if (code == ROTATERT) code = ROTATE, count = GET_MODE_BITSIZE (result_mode) - count; @@ -9215,7 +9215,7 @@ simplify_comparison (code, pop0, pop1) case SUBREG: /* Check for the case where we are comparing A - C1 with C2, - both constants are smaller than 1/2 the maxium positive + both constants are smaller than 1/2 the maximum positive value in MODE, and the comparison is equality or unsigned. In that case, if A is either zero-extended to MODE or has sufficient sign bits so that the high-order bit in MODE |