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

aldyh@gcc.gnu.org aldyh@gcc.gnu.org
Fri May 4 13:06:00 GMT 2007


Author: aldyh
Date: Fri May  4 13:06:36 2007
New Revision: 124418

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124418
Log:
	* tree.h (std_gimplify_va_arg_expr): Change tree * to a sequence
	in prototype.
	(gimplify_parameters): Return a sequence.
	* target.h (gimplify_va_arg_expr): Change tree * to a sequence.
	* builtins.c (std_gimplify_va_arg_expr): Same.
	Pass additional argument to gimplify_expr.
	(gimplify_va_arg_expr): Change tree * to a sequence.
	Change append_to_statement_list call to gimplify_and_add.
	Pass additional argument to gimplify_expr calls.

Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/builtins.c
    branches/gimple-tuples-branch/gcc/target.h
    branches/gimple-tuples-branch/gcc/tree.h



More information about the Gcc-cvs mailing list