tree-inline.c: Add includes for Java inliner.
authorAndrew Haley <aph@redhat.com>
Fri, 16 Aug 2002 10:29:45 +0000 (10:29 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Fri, 16 Aug 2002 10:29:45 +0000 (10:29 +0000)
commitd436bff8d6709d083432a14b8c7ff2fb753d6b2a
treeee4e20c96750dd04be6188ae0241adeb35d0b8eb
parent408caa3aa223d94b80127ec275bbb8e0a7131518
tree-inline.c: Add includes for Java inliner.

2002-07-30  Andrew Haley  <aph@redhat.com>

        * tree-inline.c: Add includes for Java inliner.
        (remap_decl): Don't handle anonymous types for Java.
        (remap_block): Add handling for Java trees.
        (copy_scope_stmt): Conditionalize for non-Java use only.
        (copy_body_r): Handle Java trees.  Add handling for
        LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR, Java blocks.
        (initialize_inlined_parameters):  Handle Java trees.
        (declare_return_variable): Likewise.
        (expand_call_inline): Handle Java trees.
        (walk_tree): Likewise.
        (copy_tree_r): Don't handle SCOPE_STMTs for Java.
        (add_stmt_to_compound): New function.

From-SVN: r56376
gcc/ChangeLog
gcc/tree-inline.c