r129783 - in /branches/gimple-tuples-branch/gcc...
dnovillo@gcc.gnu.org
dnovillo@gcc.gnu.org
Tue Oct 30 22:27:00 GMT 2007
Author: dnovillo
Date: Tue Oct 30 22:27:55 2007
New Revision: 129783
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129783
Log:
* gimple.c (gimple_build_omp_return): Call
gimple_omp_return_set_nowait if needed.
* gimple.h (GIMPLE_CHECK, GIMPLE_CHECK2, GIMPLE_RANGE_CHECK):
Move earlier in the file.
(GF_NO_WARNING): Change to static const unsigned.
(GF_CALL_TAILCALL): New.
(GF_OMP_PARALLEL_COMBINED): Rename from
OMP_PARALLEL_COMBINED_FLAG. Change to static const unsigned.
Update all users.
(GF_OMP_RETURN_NOWAIT): Rename from OMP_RETURN_NOWAIT_FLAG.
Change to static const unsigned.
Update all users.
(GF_OMP_SECTION_LAST): Rename from OMP_SECTION_LAST_FLAG.
Change to static const unsigned.
Update all users.
(gimple_omp_return_set_nowait): New.
(gimple_call_set_tail): New.
(gimple_call_tail_p): New.
Modified:
branches/gimple-tuples-branch/gcc/ChangeLog.tuples
branches/gimple-tuples-branch/gcc/gimple.c
branches/gimple-tuples-branch/gcc/gimple.h
More information about the Gcc-cvs
mailing list