This is the mail archive of the gcc-cvs@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]

r144966 - in /branches/lto/gcc: ChangeLog.lto b...


Author: espindola
Date: Thu Mar 19 15:50:59 2009
New Revision: 144966

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144966
Log:
2009-03-19  Rafael Avila de Espindola  <espindola@google.com>

	* builtins.c (is_builtin_name): New.
	(called_as_built_in): Use is_builtin_name. Make it static.
	* tree.h (is_builtin_name): New.
	(called_as_built_in): Remove.
	* varasm.c (incorporeal_function_p):
	Use is_builtin_name.


Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/builtins.c
    branches/lto/gcc/tree.h
    branches/lto/gcc/varasm.c


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