On 04/08/14 11:13, James Greenhalgh wrote: > > This patch removes the aarch64_simd_builtin_type enum. This is only really > used for indexing in to an array of strings and an array of machine_mode. > > We don't need that. Given all the macro pasting we presently do in this > file, just add another. Then we can store a proper machine_mode for each > builtin and save the headache of keeping everything in sync. > > Regression tested for aarch64-none-elf. > > OK? >
OK. R.