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]

Re: [patch] TARGET_MEM_REF


> 	* tree.h (REF_ORIGINAL): Expect TARGET_MEM_REF as an argument.
> 	(MEM_REF_SYMBOL, MEM_REF_BASE, MEM_REF_INDEX, MEM_REF_STEP,
> 	MEM_REF_OFFSET, build5): New macros.

These macros should match the name of the tree (IE
TARGET_MEM_REF_SYMBOL, etc).

Not the least because they conflict directly with the new tree macros
for MEM_REF.

If you are concerned the name is too long, use TMR_SYMBOL or something.

:)




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