r116022 - in /branches/lto: ChangeLog.lto gcc/c...

sandra@gcc.gnu.org sandra@gcc.gnu.org
Tue Aug 8 22:55:00 GMT 2006


Author: sandra
Date: Tue Aug  8 22:55:55 2006
New Revision: 116022

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116022
Log:
2006-08-08  Sandra Loosemore  <sandra@codesourcery.com>

	* gcc/config/arm/arm.c (arm_expand_binop_builtin): Pass entire
	CALL_EXPR instead of arglist; use new accessor macros to extract
	the arguments.  Changed callers.
	(arm_expand_unop_builtin): Likewise.
	(arm_expand_builtin): Use CALL_EXPR_FN.  Use argument accessor
	macros instead of constructing an arglist.

	* gcc/config/bfin/bfin.c (bfin_expand_binop_builtin): Pass entire
	CALL_EXPR instead of arglist; use new accessor macros to extract
	the arguments.  Changed callers.
	(bfin_expand_unop_builtin): Likewise.
	(bfin_expand_builtin): Use CALL_EXPR_FN.  Use argument accessor
	macros instead of constructing an arglist.



Modified:
    branches/lto/ChangeLog.lto
    branches/lto/gcc/config/arm/arm.c
    branches/lto/gcc/config/bfin/bfin.c



More information about the Gcc-cvs mailing list