summaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@ucw.cz>2019-12-06 09:50:36 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2019-12-06 08:50:36 +0000
commitb51200e26fbbb4bc69bce2d29d6a696abd158280 (patch)
treecf39b386d5905c9283a82cd2d0860321d657b4ea /gcc/cfgexpand.c
parent330a968c0ad9c465993dda9f034475117039a893 (diff)
* cfgexpand.c (expand_debug_expr): Do not ICE on SAD_EXPR.
From-SVN: r279035
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r--gcc/cfgexpand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c
index bb31fef7014..23ec2424f9d 100644
--- a/gcc/cfgexpand.c
+++ b/gcc/cfgexpand.c
@@ -5190,6 +5190,7 @@ expand_debug_expr (tree exp)
case VEC_PERM_EXPR:
case VEC_DUPLICATE_EXPR:
case VEC_SERIES_EXPR:
+ case SAD_EXPR:
return NULL;
/* Misc codes. */