aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r--gcc/optabs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c
index abf8e29..7c5c6aa 100644
--- a/gcc/optabs.c
+++ b/gcc/optabs.c
@@ -294,9 +294,6 @@ optab_for_tree_code (enum tree_code code, tree type)
case MIN_EXPR:
return TYPE_UNSIGNED (type) ? umin_optab : smin_optab;
- case REALIGN_STORE_EXPR:
- return vec_realign_store_optab;
-
case REALIGN_LOAD_EXPR:
return vec_realign_load_optab;