From a696c1d662f45421f7185f0fd31c010e86bd227a Mon Sep 17 00:00:00 2001 From: "J. David Anglin" Date: Mon, 5 Jun 2000 12:58:25 -0400 Subject: function.c (assign_parms): Add missing argument to set_mem_attributes call. * function.c (assign_parms): Add missing argument to set_mem_attributes call. From-SVN: r34404 --- gcc/function.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/function.c') diff --git a/gcc/function.c b/gcc/function.c index 31b71c6..d2c8a52 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -4640,7 +4640,7 @@ assign_parms (fndecl) else copy = assign_stack_temp (TYPE_MODE (type), int_size_in_bytes (type), 1); - set_mem_attributes (copy, parm); + set_mem_attributes (copy, parm, 1); store_expr (parm, copy, 0); emit_move_insn (parmreg, XEXP (copy, 0)); -- cgit v1.1