diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-04-15 14:46:34 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-04-15 14:46:34 +0000 |
commit | 7fa7289d9a4495d59cc2e6ca98bdd5263d70bafe (patch) | |
tree | 5797a66bcb16ef96374728d29c0dca3daa23efa6 /gcc/tree-vrp.c | |
parent | a57a55dec3932d7d7ea08886300dc23fd2db4058 (diff) | |
download | gcc-7fa7289d9a4495d59cc2e6ca98bdd5263d70bafe.zip gcc-7fa7289d9a4495d59cc2e6ca98bdd5263d70bafe.tar.gz gcc-7fa7289d9a4495d59cc2e6ca98bdd5263d70bafe.tar.bz2 |
i386.c, [...]: Fix comment typos.
* config/i386/i386.c, config/s390/s390.c, config/s390/s390.md,
tree-ssa-loop-niter.c, tree-ssa-structalias.c, tree-vrp.c: Fix
comment typos.
From-SVN: r123847
Diffstat (limited to 'gcc/tree-vrp.c')
-rw-r--r-- | gcc/tree-vrp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-vrp.c b/gcc/tree-vrp.c index 9beddbf..ff07939 100644 --- a/gcc/tree-vrp.c +++ b/gcc/tree-vrp.c @@ -1815,7 +1815,7 @@ extract_range_from_binary_expr (value_range_t *vr, tree expr) /* If we have a RSHIFT_EXPR with any shift values outside [0..prec-1], then drop to VR_VARYING. Outside of this range we get undefined - behaviour from the shift operation. We cannot even trust + behavior from the shift operation. We cannot even trust SHIFT_COUNT_TRUNCATED at this stage, because that applies to rtl shifts, and the operation at the tree level may be widened. */ if (code == RSHIFT_EXPR) |