aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-vect-loop.c')
-rw-r--r--gcc/tree-vect-loop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/tree-vect-loop.c b/gcc/tree-vect-loop.c
index bc913ee..fb56ca4 100644
--- a/gcc/tree-vect-loop.c
+++ b/gcc/tree-vect-loop.c
@@ -2177,12 +2177,12 @@ start_over:
&& vect_verify_full_masking (loop_vinfo));
if (dump_enabled_p ())
{
- if (LOOP_VINFO_FULLY_MASKED_P (loop_vinfo))
+ if (LOOP_VINFO_USING_PARTIAL_VECTORS_P (loop_vinfo))
dump_printf_loc (MSG_NOTE, vect_location,
- "using a fully-masked loop.\n");
+ "operating on partial vectors.\n");
else
dump_printf_loc (MSG_NOTE, vect_location,
- "not using a fully-masked loop.\n");
+ "operating only on full vectors.\n");
}
/* If epilog loop is required because of data accesses with gaps,