diff options
Diffstat (limited to 'gcc/ch/expr.c')
-rw-r--r-- | gcc/ch/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ch/expr.c b/gcc/ch/expr.c index b4bdf35..40f74a4 100644 --- a/gcc/ch/expr.c +++ b/gcc/ch/expr.c @@ -362,7 +362,7 @@ chill_expand_expr (exp, target, tmode, modifier) if (temp == target || target == NULL_RTX) return temp; emit_block_move (target, temp, expr_size (exp0), - TYPE_ALIGN (TREE_TYPE(exp0)) / BITS_PER_UNIT); + TYPE_ALIGN (TREE_TYPE(exp0))); return target; } else |