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]

Re: rejecting particular patterns in combine.c


On Jun  3, 2001, Marco <marco.marcello@tin.it> wrote:

> i have to make combine.c (gcc version is 2.95.3) reject recognition of
> some particular patterns (those with attribute "diee" set to "yes") if
> flag is true.
> is it right to test for it in function try_combine, more precisely:

Well, it may be right for your particular port, but something like
this is never going to be acceptable in the GCC tree, because
target-specific tests don't belong in common passes of the compiler.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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