diff options
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3459,7 +3459,7 @@ expand_assignment (to, from, want_value, suggest_reg) bitpos / BITS_PER_UNIT)); emit_block_move (inner_to_rtx, from_rtx, expr_size (from), - MIN (alignment, from_align) / BITS_PER_UNIT); + MIN (alignment, from_align / BITS_PER_UNIT)); free_temp_slots (); pop_temp_slots (); return to_rtx; |