summaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
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 38a0fc4688d..0aa6c9a1545 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. */