diff options
Diffstat (limited to 'gcc/tree-ssa-ccp.c')
-rw-r--r-- | gcc/tree-ssa-ccp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-ssa-ccp.c b/gcc/tree-ssa-ccp.c index 95a2fa13864..829bba94132 100644 --- a/gcc/tree-ssa-ccp.c +++ b/gcc/tree-ssa-ccp.c @@ -2335,6 +2335,7 @@ fold_stmt_inplace (tree stmt) return changed; new_rhs = fold (rhs); + STRIP_USELESS_TYPE_CONVERSION (new_rhs); if (new_rhs == rhs) return changed; |