Re: [PATCH,MIPS] Remove unused code relating to reloading fcc

2014-06-17 Thread Richard Sandiford
Matthew Fortune writes: > Richard Sandiford writes: >> Matthew Fortune writes: >> > This is a small clean-up patch to remove code relating to reloading or >> moving >> > mips fcc registers. At some point in the past these registers were >> allocated >> > as part of register allocation but they a

RE: [PATCH,MIPS] Remove unused code relating to reloading fcc

2014-06-17 Thread Matthew Fortune
Richard Sandiford writes: > Matthew Fortune writes: > > This is a small clean-up patch to remove code relating to reloading or > moving > > mips fcc registers. At some point in the past these registers were > allocated > > as part of register allocation but they are now statically allocated in >

Re: [PATCH,MIPS] Remove unused code relating to reloading fcc

2014-06-09 Thread Richard Sandiford
Matthew Fortune writes: > This is a small clean-up patch to remove code relating to reloading or moving > mips fcc registers. At some point in the past these registers were allocated > as part of register allocation but they are now statically allocated in the > backend in a round robin fashion. T

[PATCH,MIPS] Remove unused code relating to reloading fcc

2014-06-09 Thread Matthew Fortune
This is a small clean-up patch to remove code relating to reloading or moving mips fcc registers. At some point in the past these registers were allocated as part of register allocation but they are now statically allocated in the backend in a round robin fashion. The code for reloading them is the