Re: [ARM] Define unspecs using define_c_enum

2011-03-30 Thread Richard Sandiford
Richard Earnshaw writes: > On Tue, 2011-03-29 at 15:38 +0100, Richard Sandiford wrote: >> This ARM patch allows *UNSPEC_* constants to be printed in dump files. >> It's very much a target decision whether this is worth doing, but just >> in case... >> >> ...tested on arm-linux-gnueabi. OK to ins

Re: [ARM] Define unspecs using define_c_enum

2011-03-30 Thread Richard Earnshaw
On Tue, 2011-03-29 at 15:38 +0100, Richard Sandiford wrote: > This ARM patch allows *UNSPEC_* constants to be printed in dump files. > It's very much a target decision whether this is worth doing, but just > in case... > > ...tested on arm-linux-gnueabi. OK to install? > > Richard > > > gcc/

[ARM] Define unspecs using define_c_enum

2011-03-29 Thread Richard Sandiford
This ARM patch allows *UNSPEC_* constants to be printed in dump files. It's very much a target decision whether this is worth doing, but just in case... ...tested on arm-linux-gnueabi. OK to install? Richard gcc/ * config/arm/neon.md: Use define_c_enum to define UNSPEC* and VUN