OSDN Git Service

Indentation fix
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Dec 2000 03:42:29 +0000 (03:42 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Dec 2000 03:42:29 +0000 (03:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38146 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/expr.c

index 3a8136f..fbe5fe5 100644 (file)
@@ -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)));
        }