Re: [02/77] Add an E_ prefix to mode names and update case statements

2017-08-11 Thread Jeff Law
On 07/13/2017 02:38 AM, Richard Sandiford wrote: > All case statements need to be updated to use the prefixed names, > since the unprefixed names will eventually not be integer constant > expressions. This patch does a mechanical substitution over the whole > codebase. > > 2017-07-13 Richard San

[02/77] Add an E_ prefix to mode names and update case statements

2017-07-13 Thread Richard Sandiford
All case statements need to be updated to use the prefixed names, since the unprefixed names will eventually not be integer constant expressions. This patch does a mechanical substitution over the whole codebase. 2017-07-13 Richard Sandiford Alan Hayward David Sherwoo