]> gcc.gnu.org Git - gcc.git/commit - gcc/integrate.h
integrate.c (get_label_from_map): New function.
authorJeff Law <law@gcc.gnu.org>
Thu, 18 Dec 1997 22:42:41 +0000 (15:42 -0700)
committerJeff Law <law@gcc.gnu.org>
Thu, 18 Dec 1997 22:42:41 +0000 (15:42 -0700)
commit1f3d3a31617991a3ded514cd78e0c7dae081390c
tree070f1def188c90a7cf968b88a5a1f1a8d66b386d
parent6ba4439c3b168c79fb4a9eed9e6491f39752b57d
integrate.c (get_label_from_map): New function.

        * integrate.c (get_label_from_map): New function.
        (expand_inline_function): Use it.  Initialize the label_map to
        NULL_RTX instead of gen_label_rtx.
        (copy_rtx_and_substitute): Use get_label_from_map.
        * integrate.h (get_label_from_map): New function.
        (set_label_from_map): New macro.
        * unroll.c (unroll_loop): Use them.
        (copy_loop_body): Ditto.

From-SVN: r17139
gcc/integrate.c
gcc/integrate.h
gcc/unroll.c
This page took 0.061753 seconds and 5 git commands to generate.