r126677 - in /branches/gimple-tuples-branch/gcc...
aldyh@gcc.gnu.org
aldyh@gcc.gnu.org
Mon Jul 16 11:22:00 GMT 2007
Author: aldyh
Date: Mon Jul 16 11:22:34 2007
New Revision: 126677
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126677
Log:
* gimplify.c (gimplify_ctx): Rename current_bind_expr_seq to
bind_expr_stack and make it a vector.
(push_gimplify_context): Adjust bind_expr_stack for vectors.
(pop_gimplify_context): Same.
(gimple_push_bind_expr): Same.
(gimple_pop_bind_expr): Same.
(gimple_current_bind_expr): Same.
(get_tmp_var_for): Use ``code''.
(gimplify_bind_expr): Remove comment.
(gimplify_case_label_expr): Add whitespace.
* gimple.c (gs_pop): Remove.
* gimple.h: Define vectors of a gimple type.
(gs_pop): Remove prototype.
* Makefile.in (GIMPLE_H): Add vec.h.
Modified:
branches/gimple-tuples-branch/gcc/ChangeLog.tuples
branches/gimple-tuples-branch/gcc/Makefile.in
branches/gimple-tuples-branch/gcc/gimple.c
branches/gimple-tuples-branch/gcc/gimple.h
branches/gimple-tuples-branch/gcc/gimplify.c
More information about the Gcc-cvs
mailing list