r213004 - in /trunk/gcc: ChangeLog rtl.h toplev.c

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Thu Jul 24 15:18:00 GMT 2014


Author: rsandifo
Date: Thu Jul 24 15:18:09 2014
New Revision: 213004

URL: https://gcc.gnu.org/viewcvs?rev=213004&root=gcc&view=rev
Log:
gcc/
	* rtl.h (target_rtl): Remove lang_dependent_initialized.
	* toplev.c (initialize_rtl): Don't use it.  Move previously
	"language-dependent" calls to...
	(backend_init): ...here.
	(lang_dependent_init_target): Don't set lang_dependent_initialized.
	Assert that RTL initialization hasn't happend yet.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/rtl.h
    trunk/gcc/toplev.c



More information about the Gcc-cvs mailing list