Commit 3ec278de by Richard Kenner

Remove extra comma in comment.

From-SVN: r71912
parent e5012ba5
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment