This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r137213 - in /branches/gimple-tuples-branch/gcc...
- From: dnovillo at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sat, 28 Jun 2008 02:05:17 -0000
- Subject: r137213 - in /branches/gimple-tuples-branch/gcc...
Author: dnovillo
Date: Sat Jun 28 02:05:17 2008
New Revision: 137213
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137213
Log:
2008-06-27 Diego Novillo <dnovillo@google.com>
* cfgexpand.c (gimple_assign_rhs_to_tree): Factor out of ...
(gimple_to_tree): ... here.
Update comments referring to mainline merge.
* tree-ssa-ter.c: Tuplify.
* tree-outof-ssa.c (gimple_assign_rhs_to_tree): Declare.
(replace_use_variable): Call it.
(rewrite_trees): Tuplify.
(remove_ssa_form): Call it.
* gimple.h: Tidy some formatting.
* ipa-struct-reorg.c: Include gimple.h
* Makefile.in (ipa-struct-reorg.o): Add dependency on
GIMPLE_H.
Modified:
branches/gimple-tuples-branch/gcc/ChangeLog.tuples
branches/gimple-tuples-branch/gcc/Makefile.in
branches/gimple-tuples-branch/gcc/cfgexpand.c
branches/gimple-tuples-branch/gcc/gimple.h
branches/gimple-tuples-branch/gcc/ipa-struct-reorg.c
branches/gimple-tuples-branch/gcc/tree-outof-ssa.c
branches/gimple-tuples-branch/gcc/tree-ssa-live.h
branches/gimple-tuples-branch/gcc/tree-ssa-ter.c