From 718c46016e9b47d4771a9bda0da34dcc6f149e0a Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Tue, 15 Apr 2014 08:01:01 +0000 Subject: cfgloop.h (struct loop): Move force_vectorize down. * cfgloop.h (struct loop): Move force_vectorize down. * gimplify.c (gimple_boolify) : Handle new kinds. (gimplify_expr) : Minor tweak. * lto-streamer-in.c (input_cfg): Read dont_vectorize field. * lto-streamer-out.c (output_cfg): Write dont_vectorize field. * tree-cfg.c (replace_loop_annotate): Revamp and handle new kinds. * tree-core.h (enum annot_expr_kind): Add new kind values. * tree-inline.c (copy_loops): Copy dont_vectorize field and reorder. * tree-pretty-print.c (dump_generic_node) : Handle new kinds. * tree.def (ANNOTATE_EXPR): Tweak comment. ada/ * gcc-interface/trans.c (gnat_gimplify_stmt): Propagate loop hints. From-SVN: r209403 --- gcc/tree.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree.def') diff --git a/gcc/tree.def b/gcc/tree.def index f8d6444..a92d86f 100644 --- a/gcc/tree.def +++ b/gcc/tree.def @@ -1280,7 +1280,7 @@ DEFTREECODE (TARGET_OPTION_NODE, "target_option_node", tcc_exceptional, 0) /* ANNOTATE_EXPR. Operand 0 is the expression to be annotated. - Operand 1 is the annotation id. */ + Operand 1 is the annotation kind. */ DEFTREECODE (ANNOTATE_EXPR, "annotate_expr", tcc_expression, 2) /* Cilk spawn statement -- cgit v1.1