This is the mail archive of the gcc@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: what is the meaning of '*'?



On Sunday, March 30, 2003, at 02:05 PM, Gabriele Caracausi wrote:


I'm studying GCC portings and in some architecture I've found "*addqi3"
after an "addqi3" declaration... what is the meaning of '*'???

This is documented in the md file part of the internals manual. Basically, the * in front of the pattern name causes the pattern to be "nameless" for all purposes except for debugging, i.e. you will be able to identify the pattern in RTL dumps.


-- Jason R. Thorpe <thorpej at wasabisystems dot com>


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