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
This commit is contained in:
parent
fea96e25fe
commit
a567fa6a3d
@ -1,3 +1,9 @@
|
||||
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>
|
||||
|
||||
* passes.c (init_optimization_passes): Reschedule
|
||||
|
@ -3224,7 +3224,7 @@ add_conditions_to_domain (graphite_bb_p gb)
|
||||
}
|
||||
break;
|
||||
}
|
||||
case SWITCH_EXPR:
|
||||
case GIMPLE_SWITCH:
|
||||
/* Switch statements are not supported right know. */
|
||||
gcc_unreachable ();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user