On Tue, Jul 16, 2013 at 2:15 PM, Sofiane Naci <sofiane.n...@arm.com> wrote: > Hi, > > This patch is the part of the ongoing work of ARM instruction classification > cleanup. > > This patch deletes redundant values "mrs", "msr", "xtab" and "sat" from the > "insn" attribute, and moves the "clz" value to the "type" attribute. The > remaining values "mov" and "mvn" will be dealt with in a separate patch. > > This has been tested with a full arm-none-eabi toolchain build and > regression run, as well as using random code generation tests to compare the > output versus a baseline compiler. > > OK for trunk?
Changelog in mail not patch please. Ok otherwise. regards Ramana > > Thanks > Sofiane