ssa.c (remove_phi_alternative): Remove declaration.
authorJeffrey A Law <law@cygnus.com>
Tue, 19 Jun 2001 16:54:26 +0000 (16:54 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 19 Jun 2001 16:54:26 +0000 (10:54 -0600)
commitfd9305ef933ed71ba669af6379c0fe12cc4c22a2
tree07c8c91fb87a8f7733f18709b6bb7795f1df1631
parent164d59e04e9897ab5c82c642e9df1f2f62c9009a
ssa.c (remove_phi_alternative): Remove declaration.

       * ssa.c (remove_phi_alternative): Remove declaration.  No longer
        static.  Second argument is a pointer to a basic block structure,
        not a basic block index.
        (convert_to_ssa): Do not remove dead code.
        (convert_from_ssa): Do not remove dead code to create death notes.
        * ssa.h (remove_phi_alternative): Declare.

From-SVN: r43464
gcc/ChangeLog
gcc/ssa.c
gcc/ssa.h