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]

r138634 - in /branches/graphite/gcc: ChangeLog....


Author: spop
Date: Mon Aug  4 15:28:53 2008
New Revision: 138634

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138634
Log:
2008-08-04  Sebastian Pop  <sebastian.pop@amd.com>

	* tree-ssa-loop.c (tree-ssa-loop.o): Do not include toplev.h.
	Move code ifdef-ed HAVE_cloog...
	* graphite.c: Include toplev.h.
	... here.
	* Makefile.in (OBJS-common): Always build graphite.o.
	(BACKEND): Remove @GRAPHITE@.
	(tree-ssa-loop.o): Do not depend on TOPLEV_H.
	(graphite.o): Depend on TOPLEV_H.


Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/Makefile.in
    branches/graphite/gcc/graphite.c
    branches/graphite/gcc/tree-ssa-loop.c


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