From: Alexandre Oliva Date: Sat, 9 Dec 2000 03:42:29 +0000 (+0000) Subject: Indentation fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1ccfe3fa1f8cfbdc90f6425501fd442bf1bbc4a2;p=gcc.git Indentation fix From-SVN: r38146 --- diff --git a/gcc/expr.c b/gcc/expr.c index 3a8136f6ff5..fbe5fe513c1 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -4545,7 +4545,7 @@ store_constructor (exp, target, align, cleared, size) store_constructor_field (to_rtx, bitsize, bitpos, mode, TREE_VALUE (elt), type, align, cleared, (DECL_NONADDRESSABLE_P (field) - && GET_CODE (to_rtx) == MEM) + && GET_CODE (to_rtx) == MEM) ? MEM_ALIAS_SET (to_rtx) : get_alias_set (TREE_TYPE (field))); }