summaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-07 13:09:17 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-07 13:09:17 +0000
commitea7a28cfeaaef24ec21577358e847fa55fc11dfb (patch)
tree3be0860c8053b70c3552bb368388540762d8b5c8 /gcc/fold-const.c
parentf6cef11d699974f352c838090d7ccc4742b48b7c (diff)
downloadgcc-ea7a28cfeaaef24ec21577358e847fa55fc11dfb.tar.gz
* fold-const.c (fold): Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34899 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r--gcc/fold-const.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c
index 49f0b3be3b2..5cf688f61e2 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