2018-01-24 Richard Biener <rguenther@suse.de>
PR middle-end/84000
* tree-cfg.c (replace_loop_annotate): Handle annot_expr_parallel_kind.
From-SVN: r257011
+2018-01-24 Richard Biener <rguenther@suse.de>
+
+ PR middle-end/84000
+ * tree-cfg.c (replace_loop_annotate): Handle annot_expr_parallel_kind.
+
2018-01-23 Jan Hubicka <hubicka@ucw.cz>
* cfgcleanup.c (try_crossjump_to_edge): Use combine_with_count
case annot_expr_unroll_kind:
case annot_expr_no_vector_kind:
case annot_expr_vector_kind:
+ case annot_expr_parallel_kind:
break;
default:
gcc_unreachable ();