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

jakub@gcc.gnu.org jakub@gcc.gnu.org
Fri Jul 18 16:59:00 GMT 2008


Author: jakub
Date: Fri Jul 18 16:59:55 2008
New Revision: 137957

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137957
Log:
	* gimple.c (gimple_regimplify_operands): Moved to...
	* gimplify.c (gimple_regimplify_operands): ... here.  Rework using
	lower_omp_1 regimplification code, if regimplified LHS of
	GIMPLE_ASSIGN or GIMPLE_CALL requires simpler RHS, create a temporary.
	* omp-low.c (gimple_regimplify_operands): Use
	gimple_regimplify_operands.

Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/gimple.c
    branches/gimple-tuples-branch/gcc/gimplify.c
    branches/gimple-tuples-branch/gcc/omp-low.c



More information about the Gcc-cvs mailing list