From 94e35e0b09978e7179c0079446a8939dbab15fa9 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 8 Feb 2019 14:19:09 +0000 Subject: expr.c: Correct indentations in expand_constructor * expr.c (expand_constructor): Correct indentations. From-SVN: r268696 --- gcc/ChangeLog | 4 ++++ gcc/expr.c | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a961722..f451e15 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2019-02-08 H.J. Lu + + * expr.c (expand_constructor): Correct indentations. + 2019-02-08 Richard Biener PR tree-optimization/89247 diff --git a/gcc/expr.c b/gcc/expr.c index dcc9214..01ddf5a 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -8135,12 +8135,12 @@ expand_constructor (tree exp, rtx target, enum expand_modifier modifier, if ((TREE_STATIC (exp) && ((mode == BLKmode && ! (target != 0 && safe_from_p (target, exp, 1))) - || TREE_ADDRESSABLE (exp) - || (tree_fits_uhwi_p (TYPE_SIZE_UNIT (type)) - && (! can_move_by_pieces - (tree_to_uhwi (TYPE_SIZE_UNIT (type)), - TYPE_ALIGN (type))) - && ! mostly_zeros_p (exp)))) + || TREE_ADDRESSABLE (exp) + || (tree_fits_uhwi_p (TYPE_SIZE_UNIT (type)) + && (! can_move_by_pieces + (tree_to_uhwi (TYPE_SIZE_UNIT (type)), + TYPE_ALIGN (type))) + && ! mostly_zeros_p (exp)))) || ((modifier == EXPAND_INITIALIZER || modifier == EXPAND_CONST_ADDRESS) && TREE_CONSTANT (exp))) { -- cgit v1.1