Re: [PATCH] delete last traces of GO_IF_MODE_DEPENDENT_ADDRESS

2012-07-30 Thread Richard Henderson
On 2012-07-27 16:21, Nathan Froyd wrote: > * defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete. > * targhooks.c (default_mode_dependent_address_p): Delete code > for GO_IF_MODE_DEPENDENT_ADDRESS. > * system.h (GO_IF_MODE_DEPENDENT_ADDRESS): Poison. > * doc/tm.texi.in (

Re: [PATCH] delete last traces of GO_IF_MODE_DEPENDENT_ADDRESS

2012-07-27 Thread Jan-Benedict Glaw
On Fri, 2012-07-27 19:21:40 -0400, Nathan Froyd wrote: > * config/vax/vax-protos.h (vax_mode_dependent_address_p): Delete. > * config/vax/vax.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete. > * config/vax/vax.c (vax_mode_dependent_address_p): Make static. > Take a const_rtx. >

[PATCH] delete last traces of GO_IF_MODE_DEPENDENT_ADDRESS

2012-07-27 Thread Nathan Froyd
Subject says it all, really. Two targets with redundant definitions, and two targets with trivial definitions. Time to remove this. Tested on x86_64-unknown-linux-gnu. Crosses to {alpha,vax}-linux-gnu built as well. OK to commit? -Nathan * defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): D