r137940 - in /branches/gimple-tuples-branch/gcc...

aldyh@gcc.gnu.org aldyh@gcc.gnu.org
Fri Jul 18 10:05:00 GMT 2008


Author: aldyh
Date: Fri Jul 18 10:05:36 2008
New Revision: 137940

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137940
Log:
        * Makefile.in.  Remove TREE_GIMPLE_H definition.
        Rename all TREE_GIMPLE_H uses to GIMPLE_H.
        Depend on tree-iterator.h when necessary.
        * tree-into-ssa.c: Include gimple.h instead of tree-gimple.h.
        * tree-complex.c: Same.
        * cgraphbuild.c: Same.
        * cgraph.c: Same.
        * builtins.c: Same.
        * tree-ssa-sccvn.c: Same.
        * tree-ssa-copyrename.c: Same.
        * tree-nomudflap.c: Same.
        * tree-call-cdce.c: Same.
        * ipa-pure-const.c: Same.
        * ipa-utils.c: Same.
        * tree-ssa-alias.c: Same.
        * tree-ssa-sink.c: Same.
        * langhooks.c: Same.
        * function.c: Same.
        * ipa-type-escape.c: Same.
        * tree-affine.c: Same.
        * c-typeck.c: Same.
        * tree-dfa.c: Same.
        * tree-ssa-pre.c: Same.
        * tree-sra.c: Same.
        * c-omp.c: Same.
        * tree-ssa-dce.c: Same.
        * tree-nested.c: Same.
        * tree-ssa.c: Same.
        * tree-inline.c: Same.
        * tree-iterator.c: Same.
        * c-gimplify.c: Same.
        * tree-vect-generic.c: Same.
        * tree-flow.h: Same.
        * tree-ssa-structalias.c: Same.
        * ipa-struct-reorg.c: Same.
        * tree-ssa-reassoc.c: Same.
        * config/alpha/alpha.c: Same.
        * config/s390/s390.c: Same.
        * config/m32c/m32c.c: Same.
        * config/spu/spu.c: Same.
        * config/sparc/sparc.c: Same.
        * config/i386/i386.c: Same.
        * config/sh/sh.c: Same.
        * config/xtensa/xtensa.c: Same.
        * config/stormy16/stormy16.c: Same.
        * config/ia64/ia64.c: Same.
        * config/rs6000/rs6000: Same.
        * config/mips/mips.c: Same.
        * varpool.c: Same.
        * cgraphunit.c: Same.  Include tree-iterator.h
        * tree-mudflap.c: Same.
        * gimplify.c: Same.
        * c-decl.c: Same.
        * omp-low.c: Same.
        * c-semantics: Same.
        * gimple-low.c: Same.
        * tree-gimple.c: Merge contents into...
        * gimple.c: ...here.
        * tree-gimple.h: Merge contents into...
        * gimple.h: ...here.
 fortran/
        * trans-expr.c: Include gimple.h instead of tree-gimple.h.
        * trans-array.c: Same.
        * trans-openmp.c: Same.
        * trans-stmt.c: Same.
        * f95-lang.c: Same.
        * trans-io.c: Same.
        * trans-decl.c: Same.
        * trans-intrinsic.c: Same.
        * trans.c: Same.  Include tree-iterator.h.
        * Make-lang.in (trans.o): Depend on tree-iterator.h
 ada/
        * trans.c: Include gimple.h instead of tree-gimple.h.
        * utils.c: Same.
 java/
        * java-gimplify.c: Include gimple.h instead of tree-gimple.h.
        * expr.c: Same.
 objc/
        * Make-lang.in (objc-lang.o): Depend on GIMPLE_H.
        (objc-act.o): Rename TREE_GIMPLE_H to GIMPLE_H.
        * objc-act.h: Include gimple.h instead of tree-gimple.h.
        * ipa-reference.c: Same.
 cp/
        * optimize.c: Include gimple.h instead of tree-gimple.h.
        * Make-lang.in (cp-gimplify.o): Depend on tree-iterator.h.
        * cp-gimplify.c: Rename tree-gimple.h to gimple.h.  Include
        tree-iterator.h.


Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/Makefile.in
    branches/gimple-tuples-branch/gcc/ada/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/ada/trans.c
    branches/gimple-tuples-branch/gcc/ada/utils.c
    branches/gimple-tuples-branch/gcc/builtins.c
    branches/gimple-tuples-branch/gcc/c-decl.c
    branches/gimple-tuples-branch/gcc/c-gimplify.c
    branches/gimple-tuples-branch/gcc/c-omp.c
    branches/gimple-tuples-branch/gcc/c-semantics.c
    branches/gimple-tuples-branch/gcc/c-typeck.c
    branches/gimple-tuples-branch/gcc/cgraph.c
    branches/gimple-tuples-branch/gcc/cgraphbuild.c
    branches/gimple-tuples-branch/gcc/cgraphunit.c
    branches/gimple-tuples-branch/gcc/config/alpha/alpha.c
    branches/gimple-tuples-branch/gcc/config/i386/i386.c
    branches/gimple-tuples-branch/gcc/config/ia64/ia64.c
    branches/gimple-tuples-branch/gcc/config/m32c/m32c.c
    branches/gimple-tuples-branch/gcc/config/mips/mips.c
    branches/gimple-tuples-branch/gcc/config/rs6000/rs6000.c
    branches/gimple-tuples-branch/gcc/config/s390/s390.c
    branches/gimple-tuples-branch/gcc/config/sh/sh.c
    branches/gimple-tuples-branch/gcc/config/sparc/sparc.c
    branches/gimple-tuples-branch/gcc/config/spu/spu.c
    branches/gimple-tuples-branch/gcc/config/stormy16/stormy16.c
    branches/gimple-tuples-branch/gcc/config/xtensa/xtensa.c
    branches/gimple-tuples-branch/gcc/cp/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/cp/Make-lang.in
    branches/gimple-tuples-branch/gcc/cp/cp-gimplify.c
    branches/gimple-tuples-branch/gcc/cp/optimize.c
    branches/gimple-tuples-branch/gcc/fortran/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/fortran/Make-lang.in
    branches/gimple-tuples-branch/gcc/fortran/f95-lang.c
    branches/gimple-tuples-branch/gcc/fortran/trans-array.c
    branches/gimple-tuples-branch/gcc/fortran/trans-decl.c
    branches/gimple-tuples-branch/gcc/fortran/trans-expr.c
    branches/gimple-tuples-branch/gcc/fortran/trans-intrinsic.c
    branches/gimple-tuples-branch/gcc/fortran/trans-io.c
    branches/gimple-tuples-branch/gcc/fortran/trans-openmp.c
    branches/gimple-tuples-branch/gcc/fortran/trans-stmt.c
    branches/gimple-tuples-branch/gcc/fortran/trans.c
    branches/gimple-tuples-branch/gcc/function.c
    branches/gimple-tuples-branch/gcc/gimple-low.c
    branches/gimple-tuples-branch/gcc/gimple.c
    branches/gimple-tuples-branch/gcc/gimple.h
    branches/gimple-tuples-branch/gcc/gimplify.c
    branches/gimple-tuples-branch/gcc/ipa-pure-const.c
    branches/gimple-tuples-branch/gcc/ipa-reference.c
    branches/gimple-tuples-branch/gcc/ipa-struct-reorg.c
    branches/gimple-tuples-branch/gcc/ipa-type-escape.c
    branches/gimple-tuples-branch/gcc/ipa-utils.c
    branches/gimple-tuples-branch/gcc/java/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/java/expr.c
    branches/gimple-tuples-branch/gcc/java/java-gimplify.c
    branches/gimple-tuples-branch/gcc/langhooks.c
    branches/gimple-tuples-branch/gcc/objc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/objc/Make-lang.in
    branches/gimple-tuples-branch/gcc/objc/objc-act.h
    branches/gimple-tuples-branch/gcc/omp-low.c
    branches/gimple-tuples-branch/gcc/tree-affine.c
    branches/gimple-tuples-branch/gcc/tree-call-cdce.c
    branches/gimple-tuples-branch/gcc/tree-complex.c
    branches/gimple-tuples-branch/gcc/tree-dfa.c
    branches/gimple-tuples-branch/gcc/tree-flow.h
    branches/gimple-tuples-branch/gcc/tree-gimple.c
    branches/gimple-tuples-branch/gcc/tree-gimple.h
    branches/gimple-tuples-branch/gcc/tree-inline.c
    branches/gimple-tuples-branch/gcc/tree-into-ssa.c
    branches/gimple-tuples-branch/gcc/tree-iterator.c
    branches/gimple-tuples-branch/gcc/tree-mudflap.c
    branches/gimple-tuples-branch/gcc/tree-nested.c
    branches/gimple-tuples-branch/gcc/tree-nomudflap.c
    branches/gimple-tuples-branch/gcc/tree-sra.c
    branches/gimple-tuples-branch/gcc/tree-ssa-alias.c
    branches/gimple-tuples-branch/gcc/tree-ssa-copyrename.c
    branches/gimple-tuples-branch/gcc/tree-ssa-dce.c
    branches/gimple-tuples-branch/gcc/tree-ssa-pre.c
    branches/gimple-tuples-branch/gcc/tree-ssa-reassoc.c
    branches/gimple-tuples-branch/gcc/tree-ssa-sccvn.c
    branches/gimple-tuples-branch/gcc/tree-ssa-sink.c
    branches/gimple-tuples-branch/gcc/tree-ssa-structalias.c
    branches/gimple-tuples-branch/gcc/tree-ssa.c
    branches/gimple-tuples-branch/gcc/tree-vect-generic.c
    branches/gimple-tuples-branch/gcc/varpool.c



More information about the Gcc-cvs mailing list