This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [AArch64] Some aarch64-builtins.c cleanup.


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]