Commit 1905940f by Jan Hubicka Committed by Jan Hubicka

tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Deal with '<' class too.

	* tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Deal with '<'
	class too.

From-SVN: r87147
parent 341c100f
2004-09-07 Jan Hubicka <jh@suse.cz>
* tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Deal with '<'
class too.
2004-09-07 Nathan Sidwell <nathan@codesourcery.com>
* cfganal.c (flow_depth_first_order_compute, dfs_enumerate_from,
......
......@@ -729,6 +729,7 @@ contains_abnormal_ssa_name_p (tree expr)
switch (class)
{
case '2':
case '<':
if (contains_abnormal_ssa_name_p (TREE_OPERAND (expr, 1)))
return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment