From: Richard Kenner Date: Mon, 29 Sep 2003 17:41:47 +0000 (-0400) Subject: Remove extra comma in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ec278de0b702714a39c50bac22956a981a2b616;p=gcc.git Remove extra comma in comment. From-SVN: r71912 --- 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