From ed9c846c2079c536b0313dfaeef15c22e3e66a2b Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sun, 19 Dec 2004 11:59:23 -0800 Subject: * trans.c (gigi): Update gimplify_body call. From-SVN: r92385 --- gcc/ada/trans.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ada/trans.c') diff --git a/gcc/ada/trans.c b/gcc/ada/trans.c index 2acf832..e3d5f47 100644 --- a/gcc/ada/trans.c +++ b/gcc/ada/trans.c @@ -253,7 +253,7 @@ gigi (Node_Id gnat_root, int max_gnat_node, int number_name, /* Set the current function to be the elaboration procedure and gimplify what we have. */ current_function_decl = info->elab_proc; - gimplify_body (&gnu_body, info->elab_proc); + gimplify_body (&gnu_body, info->elab_proc, false); /* We should have a BIND_EXPR, but it may or may not have any statements in it. If it doesn't have any, we have nothing to do. */ -- cgit v1.1