Re: [patch] Remove CASE_USE_BIT_TESTS target macro

2012-06-30 Thread Steven Bosscher
On Sat, Jun 30, 2012 at 10:58 AM, Georg-Johann Lay wrote: > Steven Bosscher schrieb: >> >> Hello, >> >> This patch removes the CASE_USE_BIT_TESTS target macro. The default >> value of the macro is defined in stmt.c, where the only user of the >> macro is also. No target re-defines the macro. >> >>

Re: [patch] Remove CASE_USE_BIT_TESTS target macro

2012-06-30 Thread Georg-Johann Lay
Steven Bosscher schrieb: Hello, This patch removes the CASE_USE_BIT_TESTS target macro. The default value of the macro is defined in stmt.c, where the only user of the macro is also. No target re-defines the macro. (I wonder if the test is necessary at all. AFAICT all targets support shifts in

Re: [patch] Remove CASE_USE_BIT_TESTS target macro

2012-06-29 Thread Steven Bosscher
On Fri, Jun 29, 2012 at 4:42 PM, Richard Guenther wrote: > On Fri, Jun 29, 2012 at 4:35 PM, Steven Bosscher > wrote: >> Hello, >> >> This patch removes the CASE_USE_BIT_TESTS target macro. ... > Ok.  (poison CASE_USE_BIT_TESTS?) Right, I've done that in the patch I commited. Ciao! Steven

Re: [patch] Remove CASE_USE_BIT_TESTS target macro

2012-06-29 Thread Richard Guenther
On Fri, Jun 29, 2012 at 4:35 PM, Steven Bosscher wrote: > Hello, > > This patch removes the CASE_USE_BIT_TESTS target macro. The default > value of the macro is defined in stmt.c, where the only user of the > macro is also. No target re-defines the macro. > > (I wonder if the test is necessary at