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]

r158138 - in /trunk/gcc: ChangeLog tree-ssa-loo...


Author: jingyu
Date: Thu Apr  8 18:16:57 2010
New Revision: 158138

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158138
Log:
Fix a problematic logic at unswitch-loops pass.

2010-04-07  Jing Yu  <jingyu@google.com>
            Zdenek Dvorak  <ook@ucw.cz>

	PR tree-optimization/42720
	* tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
	loop unswitch conditions here from
	(tree_unswitch_single_loop).

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-ssa-loop-unswitch.c


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