diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c index 0b1d168..491f3d1 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -2322,7 +2322,7 @@ split_complex_args (vec<tree> *args) p = copy_node (p); TREE_TYPE (p) = subtype; DECL_ARG_TYPE (p) = TREE_TYPE (DECL_ARG_TYPE (p)); - DECL_MODE (p) = VOIDmode; + SET_DECL_MODE (p, VOIDmode); DECL_SIZE (p) = NULL; DECL_SIZE_UNIT (p) = NULL; /* If this arg must go in memory, put it in a pseudo here. |