r192142 - in /trunk/gcc: ChangeLog config/sh/sh.c

olegendo@gcc.gnu.org olegendo@gcc.gnu.org
Fri Oct 5 19:47:00 GMT 2012


Author: olegendo
Date: Fri Oct  5 19:47:05 2012
New Revision: 192142

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192142
Log:
	* config/sh/sh.c (builtin_description): Add is_enabled member.
	(shmedia_builtin_p): New function.
	(bdesc): Use shmedia_builtin_p for existing built-ins.
	(sh_media_init_builtins, sh_init_builtins): Merge into single function
	sh_init_builtins.  Add is_enabled checking.  Move variable declarations
	to where they are actually used.
	(sh_media_builtin_decl, sh_builtin_decl): Merge into single function
	sh_builtin_decl.  Add is_enabled checking.
	(sh_expand_builtin): Move variable declarations to where they are
	actually used.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/sh/sh.c



More information about the Gcc-cvs mailing list