ssa-ccp.c (first_phi_node): Remove.
authorJeffrey A Law <law@cygnus.com>
Tue, 10 Jul 2001 16:27:54 +0000 (16:27 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 10 Jul 2001 16:27:54 +0000 (10:27 -0600)
commitaf5c573a6064b6d91abe3b40a8f51977898a7efb
tree293c0299d13f461414925ccfc4ceaef8e4353007
parent64dfaa76b383d88cb3ee825148d533f83fe51843
ssa-ccp.c (first_phi_node): Remove.

        * ssa-ccp.c (first_phi_node): Remove.  Replace uses with calls to
        first_insn_after_basic_block_note instead.

        * df.c (df_bb_refs_unlink): #if 0 out for now.

        * ssa.h: Add prototype for ssa_const_prop
        * ssa-ccp.c: Add prototype for ssa_fast_dce and mark_references
        (ssa_ccp_substitute_constants): Fix signed vs unsigned comparison
        (ssa_fast_dce): Remove unused variable

From-SVN: r43906
gcc/ChangeLog
gcc/df.c
gcc/ssa-ccp.c
gcc/ssa.h