diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-19 19:59:23 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-19 19:59:23 +0000 |
commit | 70d4378d9993350778f08b09955e7c63ea5c34e5 (patch) | |
tree | 1fca563264ce347eae600f222c03bdb30c7956b4 /gcc/ada/trans.c | |
parent | f58f7d02d7dabdbea2114f4cec3dc4ab048ba877 (diff) | |
download | gcc-70d4378d9993350778f08b09955e7c63ea5c34e5.tar.gz |
* trans.c (gigi): Update gimplify_body call.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92385 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/trans.c')
-rw-r--r-- | gcc/ada/trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/trans.c b/gcc/ada/trans.c index 2acf8323849..e3d5f47e023 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. */ |