Commit a567fa6a by Ian Lance Taylor Committed by Ian Lance Taylor

re PR bootstrap/40408 (bootstrap boken again!)

	PR bootstrap/40408
	* graphite.c (add_conditions_to_domain): Change SWITCH_EXPR to
	GIMPLE_SWITCH.

From-SVN: r148356
parent fea96e25
2009-06-10 Ian Lance Taylor <iant@google.com>
PR bootstrap/40408
* graphite.c (add_conditions_to_domain): Change SWITCH_EXPR to
GIMPLE_SWITCH.
2009-06-10 Revital Eres <eres@il.ibm.com> 2009-06-10 Revital Eres <eres@il.ibm.com>
* passes.c (init_optimization_passes): Reschedule * passes.c (init_optimization_passes): Reschedule
......
...@@ -3224,7 +3224,7 @@ add_conditions_to_domain (graphite_bb_p gb) ...@@ -3224,7 +3224,7 @@ add_conditions_to_domain (graphite_bb_p gb)
} }
break; break;
} }
case SWITCH_EXPR: case GIMPLE_SWITCH:
/* Switch statements are not supported right know. */ /* Switch statements are not supported right know. */
gcc_unreachable (); gcc_unreachable ();
break; break;
......
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