gimplify.c (is_gimple_tmp_var): Move to tree-gimple.c.
authorRichard Henderson <rth@redhat.com>
Tue, 20 Jul 2004 22:47:58 +0000 (15:47 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 20 Jul 2004 22:47:58 +0000 (15:47 -0700)
commit14797075918d654f5af84c932568b9e18613ba39
treef7623cae82fb1fbeb03ddb9092988dee9f6d87c9
parent40a37b0473df632dc35e34d1060a12e05d4a2110
gimplify.c (is_gimple_tmp_var): Move to tree-gimple.c.

        * gimplify.c (is_gimple_tmp_var): Move to tree-gimple.c.
        (gimplify_compound_lval): Use is_gimple_tmp_reg.
        * tree-gimple.c (is_gimple_tmp_var): Move from gimplify.c.
        (is_gimple_tmp_reg): New.
        * tree-gimple.h (is_gimple_tmp_reg): Declare.

From-SVN: r84975
gcc/ChangeLog
gcc/gimplify.c
gcc/tree-gimple.c
gcc/tree-gimple.h