diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-24 19:22:03 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-24 19:22:03 +0000 |
| commit | e5f66442bfd7ee1a24ec6dbf6ce6bd4be37f489c (patch) | |
| tree | 4a60193fab42a6c6d1b45415aecfc9c782a4737b /gcc/java/expr.c | |
| parent | 7e1b0ba2b6e8e4adf9230952b90fe2440c134b7a (diff) | |
| download | ppe42-gcc-e5f66442bfd7ee1a24ec6dbf6ce6bd4be37f489c.tar.gz ppe42-gcc-e5f66442bfd7ee1a24ec6dbf6ce6bd4be37f489c.zip | |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100108 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/expr.c')
| -rw-r--r-- | gcc/java/expr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c index 3a4002bbb87..b48847126b8 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -2050,7 +2050,6 @@ build_known_method_ref (tree method, tree method_type ATTRIBUTE_UNUSED, if (! flag_indirect_dispatch || (! DECL_EXTERNAL (method) && ! TREE_PUBLIC (method))) { - make_decl_rtl (method); func = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (method)), method); } |

