Re: rs6000 cleanup alert

2006-04-19 Thread Eric Christopher
On Apr 19, 2006, at 2:17 PM, David Edelsohn wrote: Mike Stump writes: Mike> Is there a remaining purpose for pmode? Mike> From rs6000.c: Mike> void Mike> rs6000_initialize_trampoline (rtx addr, rtx fnaddr, rtx cxt) Mike> { Mike> enum machine_mode pmode = Pmode; The variable "pmode"

Re: rs6000 cleanup alert

2006-04-19 Thread David Edelsohn
> Mike Stump writes: Mike> Is there a remaining purpose for pmode? Mike> From rs6000.c: Mike> void Mike> rs6000_initialize_trampoline (rtx addr, rtx fnaddr, rtx cxt) Mike> { Mike> enum machine_mode pmode = Pmode; The variable "pmode" is used throughout that function. Are you questio

rs6000 cleanup alert

2006-04-19 Thread Mike Stump
Is there a remaining purpose for pmode? From rs6000.c: void rs6000_initialize_trampoline (rtx addr, rtx fnaddr, rtx cxt) { enum machine_mode pmode = Pmode;