This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RFR: EXPAND_NORMAL


The attached patch is changing all the places, where expand_expr is
called to use explicitly named default parameter. Few places still could
use expand_normal() as well. The intention is to increase readability
and type consistency of the code.

2006-01-31 Marcin Dalecki <martin@dalecki.de>

	* optabs.c: use expand_normal(). use explicit EXPAND_STACK_PARM enum as
	parameter for expand_expr() calling.
	* function.c: use expand_normal().
	* config/frv/ftv.c: ditto.
	* config/stormy16/stormy16.c: ditto.
	* builtins.c: use explicit EXPAND_NORMAL enum as parameter for
	expand_expr() calling.
	* expr.c: ditto.
	* calls.c: ditto.
	* expmed.c: ditto.
	* except.c: ditto.
	* cfgexpand.c: ditto.
	* explow.c: ditto.
	* config/alpha/alpha.c: ditto.
	* config/s390/s390.c: ditto.
	* config/i386/i386.c: ditto.
	* config/sh/sh.c: ditto.
	* config/c4x/c4x.c: ditto.
	* config/rs6000/rs6000.c: ditto.
	* stmt.c: ditto.


Attachment: gcc-EXPAND_NORMAL-x.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]