aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/utils.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2004-08-06 14:21:54 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2004-08-06 14:21:54 +0000
commit160ff372bdfdc91ecaf2aad59f865de95c5be2df (patch)
tree397d4764d42545aa5da98a6fe02e71fb9cf81eb4 /gcc/ada/utils.c
parenteaac467945c87292784a1773c911f649e340136a (diff)
downloadgcc-160ff372bdfdc91ecaf2aad59f865de95c5be2df.zip
gcc-160ff372bdfdc91ecaf2aad59f865de95c5be2df.tar.gz
gcc-160ff372bdfdc91ecaf2aad59f865de95c5be2df.tar.bz2
utils.c (gnat_define_builtin): Remove second parameter of make_decl_rtl.
* utils.c (gnat_define_builtin): Remove second parameter of make_decl_rtl. (begin_subprog_body): Likewise. From-SVN: r85640
Diffstat (limited to 'gcc/ada/utils.c')
-rw-r--r--gcc/ada/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/utils.c b/gcc/ada/utils.c
index 262c19f..c52fcd0 100644
--- a/gcc/ada/utils.c
+++ b/gcc/ada/utils.c
@@ -425,7 +425,7 @@ gnat_define_builtin (const char *name, tree type,
TREE_PUBLIC (decl) = 1;
if (library_name)
SET_DECL_ASSEMBLER_NAME (decl, get_identifier (library_name));
- make_decl_rtl (decl, NULL);
+ make_decl_rtl (decl);
gnat_pushdecl (decl, Empty);
DECL_BUILT_IN_CLASS (decl) = BUILT_IN_NORMAL;
DECL_FUNCTION_CODE (decl) = function_code;
@@ -1731,7 +1731,7 @@ begin_subprog_body (tree subprog_decl)
param_decl = TREE_CHAIN (param_decl))
DECL_CONTEXT (param_decl) = subprog_decl;
- make_decl_rtl (subprog_decl, NULL);
+ make_decl_rtl (subprog_decl);
/* We handle pending sizes via the elaboration of types, so we don't need to
save them. This causes them to be marked as part of the outer function