small tweak

From-SVN: r9566
This commit is contained in:
Mike Stump 1995-05-02 21:54:39 +00:00
parent 79cb82b965
commit a69e1f6afc
1 changed files with 2 additions and 2 deletions

View File

@ -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);