aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/graphite.c')
-rw-r--r--gcc/graphite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite.c b/gcc/graphite.c
index 4e69197..90e11ac 100644
--- a/gcc/graphite.c
+++ b/gcc/graphite.c
@@ -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;