Commit 95ca4f96 by Richard Kenner

*** empty log message ***

From-SVN: r863
parent 9c4614c3
......@@ -3510,9 +3510,7 @@ fold (expr)
return omit_one_operand (type, integer_one_node, arg0);
}
return omit_one_operand (type,
fold (build (code, type, cval1, cval2)),
arg0);
return fold (build (code, type, cval1, cval2));
}
}
}
......
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