diff options
author | Kazu Hirata <kazu@hxi.com> | 2000-07-07 13:09:17 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-07-07 07:09:17 -0600 |
commit | fba5638f78128bab50123e83e0355bdf07113f92 (patch) | |
tree | 3be0860c8053b70c3552bb368388540762d8b5c8 /gcc/fold-const.c | |
parent | 92a7a103051781d78177d86e3abf45e7515b0cab (diff) | |
download | gcc-fba5638f78128bab50123e83e0355bdf07113f92.zip gcc-fba5638f78128bab50123e83e0355bdf07113f92.tar.gz gcc-fba5638f78128bab50123e83e0355bdf07113f92.tar.bz2 |
* fold-const.c (fold): Fix a comment typo.
From-SVN: r34899
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 49f0b3b..5cf688f 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -4816,7 +4816,7 @@ fold (expr) The also optimizes non-constant cases that used to be done in expand_expr. - Before we do that, see if this is a BIT_AND_EXPR or a BIT_OR_EXPR, + Before we do that, see if this is a BIT_AND_EXPR or a BIT_IOR_EXPR, one of the operands is a comparison and the other is a comparison, a BIT_AND_EXPR with the constant 1, or a truth value. In that case, the code below would make the expression more complex. Change it to a |