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]

Re: builtin_setjmp_receiver expander for SH


On Apr  8, 2001, kaz Kojima <kkojima@rr.iij4u.or.jp> wrote:

> 	* sh.md (builtin_setjmp_receiver): New expander.

Thanks, I'm checking this in, except that I've changed this:

> +  [(label_ref (match_operand 0 "" ""))]

to this:

> +  [(match_operand 0 "" "")]

The additional label_ref would only cause additional unreachable code
to be generated for the expander function.

-- 
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]