diff options
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5889,7 +5889,7 @@ expand_expr (exp, target, tmode, modifier) && (move_by_pieces_ninsns (TREE_INT_CST_LOW (TYPE_SIZE (type))/BITS_PER_UNIT, TYPE_ALIGN (type) / BITS_PER_UNIT) - > MOVE_RATIO) + >= MOVE_RATIO) && ! mostly_zeros_p (exp)))) || (modifier == EXPAND_INITIALIZER && TREE_CONSTANT (exp))) { |