summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-29 17:41:47 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-29 17:41:47 +0000
commit6439555eac30fc87785fd82ea2781f0fead0de94 (patch)
treea4e29d1c16dc024ebfbfe380691d99496ba7d997 /gcc
parent74dc847d1c7bc8e7721cb9b1f4c53610e19b9a8e (diff)
downloadgcc-6439555eac30fc87785fd82ea2781f0fead0de94.tar.gz
Remove extra comma in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71912 138bc75d-0d04-0410-961f-82ee72b054a4
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