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]

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


Author: grosser
Date: Thu Apr 30 06:36:10 2009
New Revision: 146996

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146996
Log:
Remove GBB_LOOPS in gimple_bb

2009-04-30  Li Feng <nemokingdom@gmail.com>

	* graphite-clast-to-gimple.c (loop_iv_stack_patch_for_consts):
	Change the call of gbb_loop_at_index and/or gbb_loop_index due
	to the redefinition.
	(compute_cloog_iv_types_1): ditto.
	(build_iv_mapping): ditto.
	* graphite-sese-to-poly.c (new_gimple_bb): Remove GBB_LOOPS related
	initialization.
	(free_gimple_bb): Removed GBB_LOOPS related free part.
	(build_bb_loops): Removed.
	* sese.h (struct gimple_bb): Removed loops.
	(GBB_LOOPS): Removed.
	(gbb_loop_at_index): Instead of using GBB_LOOPS, we use sese instead.
	(gbb_loop_index): ditto.

Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/graphite-clast-to-gimple.c
    branches/graphite/gcc/graphite-sese-to-poly.c
    branches/graphite/gcc/sese.h


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