summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-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 3cfa5454360..54458ef95ae 100644
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.c
@@ -6018,7 +6018,7 @@ fold (tree expr)
arg0));
}
- /* Fold (A & ~B) - (A & B) into (A ^ B) - B, , where B is
+ /* Fold (A & ~B) - (A & B) into (A ^ B) - B, where B is
any power of 2 minus 1. */
if (TREE_CODE (arg0) == BIT_AND_EXPR
&& TREE_CODE (arg1) == BIT_AND_EXPR