r205327 - in /branches/gcc-4_8-branch/gcc: Chan...

ebotcazou@gcc.gnu.org ebotcazou@gcc.gnu.org
Sun Nov 24 13:24:00 GMT 2013


Author: ebotcazou
Date: Sun Nov 24 13:24:45 2013
New Revision: 205327

URL: http://gcc.gnu.org/viewcvs?rev=205327&root=gcc&view=rev
Log:
	Backport from mainline
	2013-04-10  Steven Bosscher  <steven@gcc.gnu.org>

	* config/sparc/sparc.c: Include tree-pass.h.
	(TARGET_MACHINE_DEPENDENT_REORG): Do not redefine.
	(sparc_reorg): Rename to sparc_do_work_around_errata.  Move to
	head of file.  Change return type.  Split off gate function.
	(sparc_gate_work_around_errata): New function.
	(pass_work_around_errata): New pass definition.
	(insert_pass_work_around_errata) New pass insert definition to
	insert pass_work_around_errata just after delayed-branch scheduling.
	(sparc_option_override): Insert the pass.
	* config/sparc/t-sparc (sparc.o): Add TREE_PASS_H dependence.

Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/config/sparc/sparc.c
    branches/gcc-4_8-branch/gcc/config/sparc/t-sparc



More information about the Gcc-cvs mailing list