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]

r147493 - in /branches/lto/gcc: ChangeLog.lto M...


Author: dnovillo
Date: Wed May 13 19:28:57 2009
New Revision: 147493

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147493
Log:


	* gimple.c: Include alias.h.
	(gimple_signed_or_unsigned_type): New.
	(gimple_unsigned_type): New.
	(gimple_signed_type): New.
	(gimple_get_alias_set): New.
	* gimple.h (gimple_unsigned_type): Declare.
	(gimple_signed_type): Declare.
	(gimple_get_alias_set): Declare.
	* Makefile.in (gimple.o): Add dependency on ALIAS_H.

lto/ChangeLog

	* lto-lang.c (LANG_HOOKS_GET_ALIAS_SET): Define.



Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/Makefile.in
    branches/lto/gcc/gimple.c
    branches/lto/gcc/gimple.h
    branches/lto/gcc/lto/ChangeLog
    branches/lto/gcc/lto/lto-lang.c


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