r135881 - in /trunk/gcc: ChangeLog tree-ssa-pro...
ebotcazou@gcc.gnu.org
ebotcazou@gcc.gnu.org
Sun May 25 22:36:00 GMT 2008
Author: ebotcazou
Date: Sun May 25 22:36:11 2008
New Revision: 135881
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135881
Log:
* tree.h: Update the table of flags used on tree nodes.
(TREE_NO_TRAMPOLINE): New accessor for static_flag.
(SAVE_EXPR_RESOLVED_P): Use automatically-built access check.
(FORCED_LABEL): Add access check.
(CALL_EXPR_RETURN_SLOT_OPT): Likewise.
(ASM_INPUT_P): Likewise.
(ASM_VOLATILE_P): Likewise.
(EH_FILTER_MUST_NOT_THROW): Access static_flag directly.
(OMP_SECTION_LAST): Access private_flag directly.
(OMP_RETURN_NOWAIT): Likewise.
(OMP_PARALLEL_COMBINED): Likewise.
(OMP_CLAUSE_PRIVATE_DEBUG): Access public_flag directly.
(OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE): Likewise.
* tree-ssa-propagate.c (STMT_IN_SSA_EDGE_WORKLIST): Access
deprecated_flag directly.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-ssa-propagate.c
trunk/gcc/tree.h
More information about the Gcc-cvs
mailing list