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: RFD: constraint letter suffixes


Joern Rennecke wrote:

> P.S.: While I am at rewriting all that code, I think I might as well
> replace uses of REG_CLASS_FROM_LETTER (*str) with
> REG_CLASS_FROM_CONSTRAINT (*str, str) ;

As a side note, I was wondering why the new-style macros all get
both a letter and string (where the letter presumably is always
guaranteed to be equal to the first character of the string?).

What's the reason for this redundancy?

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  weigand@informatik.uni-erlangen.de


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