OSDN Git Service

* ssa.c (remove_phi_alternative): Remove declaration. No longer
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Jun 2001 16:54:26 +0000 (16:54 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Jun 2001 16:54:26 +0000 (16:54 +0000)
commitca142c1045f8432067a97b1fe1b56d13379a444f
tree07c8c91fb87a8f7733f18709b6bb7795f1df1631
parent66c30567d679e9f6e548378c92018ebd0a270244
   * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43464 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ssa.c
gcc/ssa.h