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]: Fix alias grouping of name tags.


> It simply changes the order in which the alias list is sorted, which
> has no effect on the actual *answers* alias analysis provides (IE
> virtual operands generated, etc).

If you're 100% sure it cannot have any effect whatsoever on code generation, 
I'm fine with that, but then please add a comment stating it for the future 
reader.  Otherwise it probably should not be very hard to make the sorting 
function itself independent from the host.

-- 
Eric Botcazou


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