Commit a69e1f6a by Mike Stump

small tweak

From-SVN: r9566
parent 79cb82b9
......@@ -5044,8 +5044,8 @@ fold (expr)
/* Pull arithmetic ops out of the CLEANUP_POINT_EXPR where
appropriate. */
case CLEANUP_POINT_EXPR:
if (! TREE_SIDE_EFFECTS (arg0) && type == TREE_TYPE (arg0))
return arg0;
if (! TREE_SIDE_EFFECTS (arg0))
return convert (type, arg0);
{
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