* fold-const.c (fold): Fix a comment typo.
From-SVN: r34899
This commit is contained in:
parent
92a7a10305
commit
fba5638f78
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-07-07 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* fold-const.c (fold): Fix a comment typo.
|
||||
|
||||
2000-07-07 Neil Booth <NeilB@earthling.net>
|
||||
|
||||
* cpp.texi: Update to new lexer.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue