r132072 - in /branches/gimple-tuples-branch/gcc...
aldyh@gcc.gnu.org
aldyh@gcc.gnu.org
Sat Feb 2 18:25:00 GMT 2008
Author: aldyh
Date: Sat Feb 2 18:25:45 2008
New Revision: 132072
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132072
Log:
* tree.h (OMP_CLAUSE_REDUCTION_GIMPLE_INIT): New.
(OMP_CLAUSE_REDUCTION_GIMPLE_MERGE): New.
(struct tree_omp_clause): Add gimple_reduction_{init,merge} fields.
* gimplify.c (gimplify_scan_omp_clauses): Gimplify reduction
init/merge fields into separate sequences.
(gimplify_and_add): Use gimplify_expr directly.
* omp-low.c (lower_rec_input_clauses): Extract reduction info from
gimple tuples in structure.
(lower_reduction_clauses): Same.
Modified:
branches/gimple-tuples-branch/gcc/ChangeLog.tuples
branches/gimple-tuples-branch/gcc/gimplify.c
branches/gimple-tuples-branch/gcc/omp-low.c
branches/gimple-tuples-branch/gcc/tree.h
More information about the Gcc-cvs
mailing list