From 3ec278de0b702714a39c50bac22956a981a2b616 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 29 Sep 2003 13:41:47 -0400 Subject: [PATCH] Remove extra comma in comment. From-SVN: r71912 --- gcc/fold-const.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2