Commit 3ffcb234 by Jason Merrill

(fold): Don't call convert to recreate tree nodes

        we already have.

From-SVN: r11908
parent e6219736
......@@ -5126,7 +5126,7 @@ fold (expr)
appropriate. */
case CLEANUP_POINT_EXPR:
if (! TREE_SIDE_EFFECTS (arg0))
return convert (type, arg0);
return TREE_OPERAND (t, 0);
{
enum tree_code code0 = TREE_CODE (arg0);
......
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