]> gcc.gnu.org Git - gcc.git/commit
Makefile.in (tree-ssa-phiopt.o): Depends on flags.h.
authorAndrew Pinski <pinskia@physics.uc.edu>
Tue, 18 May 2004 17:32:54 +0000 (17:32 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 18 May 2004 17:32:54 +0000 (11:32 -0600)
commit3a3f4da9377970c5cfd96dc7f4717427384263c4
tree194220596a30a54f69c02beeac10a3e12a189d98
parente584e50152ea99c4f44f48a79a308cba7645c241
Makefile.in (tree-ssa-phiopt.o): Depends on flags.h.

        * Makefile.in (tree-ssa-phiopt.o): Depends on flags.h.
        * tree-ssa-phiopt.c: Include flags.h.
        (conditional_replacement): Remove argument names from prototype.
        Minor formatting and comment fixes.
        (tree_ssa_phiopt): If conditional_replacement returns false, then
        call value_replacement.
        (value_replacement): New function.

        * gcc.dg/tree-ssa/20040518-1.c: New test.

Co-Authored-By: Jeff Law <law@redhat.com>
From-SVN: r81999
gcc/ChangeLog
gcc/Makefile.in
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/20040518-1.c [new file with mode: 0644]
gcc/tree-ssa-phiopt.c
This page took 0.060384 seconds and 5 git commands to generate.