From 1ccfe3fa1f8cfbdc90f6425501fd442bf1bbc4a2 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sat, 9 Dec 2000 03:42:29 +0000 Subject: [PATCH] Indentation fix From-SVN: r38146 --- gcc/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))); } -- 2.30.2