aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2014-04-14 10:42:12 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2014-04-14 10:42:12 +0000
commitb15b59794635b6d6b3ebdda6bbc7f32d801118f6 (patch)
tree4825c20c81ab8820a8e1f8fb33d540d4815b5a85 /gcc/function.h
parente5b1a4bc244fd096151c1299fa5241ce0c3a222a (diff)
downloadgcc-b15b59794635b6d6b3ebdda6bbc7f32d801118f6.zip
gcc-b15b59794635b6d6b3ebdda6bbc7f32d801118f6.tar.gz
gcc-b15b59794635b6d6b3ebdda6bbc7f32d801118f6.tar.bz2
cfgloop.h (struct loop): Rename force_vect into force_vectorize.
* cfgloop.h (struct loop): Rename force_vect into force_vectorize. * function.h (struct function): Rename has_force_vect_loops into has_force_vectorize_loops. * lto-streamer-in.c (input_cfg): Adjust for renaming. (input_struct_function_base): Likewise. * lto-streamer-out.c (output_cfg): Likewise. (output_struct_function_base): Likewise. * omp-low.c (expand_omp_simd): Likewise. * tree-cfg.c (move_sese_region_to_fn): Likewise. * tree-if-conv.c (ifcvt_can_use_mask_load_store): Likewise. (version_loop_for_if_conversion): Likewise. (tree_if_conversion): Likewise. (main_tree_if_conversion): Likewise. (gate_tree_if_conversion): Likewise. * tree-inline.c (copy_loops): Likewise. * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely_1): Likewise. * tree-ssa-loop.c (tree_loop_vectorize): Likewise. * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise. * tree-vect-loop.c (vect_estimate_min_profitable_iters): Likewise. * tree-vectorizer.c (vectorize_loops): Likewise. * tree-vectorizer.h (unlimited_cost_model): Likewise. From-SVN: r209362
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/function.h b/gcc/function.h
index 38a0fc4..0aa6c9a 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -661,8 +661,8 @@ struct GTY(()) function {
unsigned int is_thunk : 1;
/* Nonzero if the current function contains any loops with
- loop->force_vect set. */
- unsigned int has_force_vect_loops : 1;
+ loop->force_vectorize set. */
+ unsigned int has_force_vectorize_loops : 1;
/* Nonzero if the current function contains any loops with
nonzero value in loop->simduid. */