From e0f391dd9030fce35ef9bb3592c1115f56c5a615 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 24 May 2005 12:22:03 -0700 Subject: builtins.c (define_builtin): Don't call make_decl_rtl. * builtins.c (define_builtin): Don't call make_decl_rtl. * constants.c (build_constant_data_ref): Likewise. * class.c (build_utf8_ref): Likewise. (build_fieldref_cache_entry, build_static_field_ref): Likewise. (get_dispatch_table, layout_class_method): Likewise. (build_class_ref): Likewise. Don't set DECL_SIZE or DECL_SIZE_UNIT by hand. (make_local_function_alias): Don't SET_DECL_ASSEMBLER_NAME. (make_method_value): Use METHOD_ABSTRACT instead of DECL_RTL_SET_P to determine if we need a non-zero address. * decl.c (builtin_function): Don't call make_decl_rtl. (give_name_to_locals): Don't SET_DECL_ASSEMBLER_NAME. * expr.c (build_known_method_ref): Don't call make_decl_rtl. * resource.c (compile_resource_data): Likewise. * parse.y (resolve_field_access): Re-word comment to avoid building DECL_RTL. From-SVN: r100108 --- gcc/java/resource.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/java/resource.c') diff --git a/gcc/java/resource.c b/gcc/java/resource.c index c8fe0fb..2a0b690 100644 --- a/gcc/java/resource.c +++ b/gcc/java/resource.c @@ -93,7 +93,6 @@ compile_resource_data (const char *name, const char *buffer, int length) layout_decl (decl, 0); pushdecl (decl); rest_of_decl_compilation (decl, global_bindings_p (), 0); - make_decl_rtl (decl); cgraph_varpool_finalize_decl (decl); resources = tree_cons (NULL_TREE, decl, resources); -- cgit v1.1