Commit b51200e2 by Jan Hubicka Committed by Jan Hubicka

* cfgexpand.c (expand_debug_expr): Do not ICE on SAD_EXPR.

From-SVN: r279035
parent 330a968c
2019-12-06 Jan Hubicka <hubicka@ucw.cz>
* cfgexpand.c (expand_debug_expr): Do not ICE on SAD_EXPR.
2019-12-06 Richard Biener <rguenther@suse.de>
* genmatch.c (c_expr::gen_transform): Emit newlines from line
......@@ -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. */
......
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