* fold-const.c (fold): Fix a comment typo.
authorKazu Hirata <kazu@hxi.com>
Fri, 7 Jul 2000 13:09:17 +0000 (13:09 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 7 Jul 2000 13:09:17 +0000 (07:09 -0600)
From-SVN: r34899

gcc/ChangeLog
gcc/fold-const.c

index 5fa355e1990f38fb781fd9d55922b2e1d89bba55..5b94eb019582250596c35b5b970515b6269ea52a 100644 (file)
@@ -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.
index 49f0b3be3b2f7c8b0181eb76d32750383fe0fa53..5cf688f61e2a2c5d239fb6916267a862637e9dcf 100644 (file)
@@ -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