diff options
author | Jakub Jelinek <jakub@redhat.com> | 2018-03-16 21:12:27 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2018-03-16 21:12:27 +0100 |
commit | ce811fc49bb470856f6c4953c071d5b3db6485bb (patch) | |
tree | 3f1832e061de4a3f054707d165dc576e4be68441 /gcc/tree-vect-loop-manip.c | |
parent | 63ecb626d69524c70858af5f17f4c03b5c4707c7 (diff) | |
download | gcc-ce811fc49bb470856f6c4953c071d5b3db6485bb.zip gcc-ce811fc49bb470856f6c4953c071d5b3db6485bb.tar.gz gcc-ce811fc49bb470856f6c4953c071d5b3db6485bb.tar.bz2 |
re PR c/84909 (typo: conversion from %qT to to %qT)
PR c/84909
* c-warn.c (conversion_warning): Replace "to to" with "to" in
diagnostics.
* hsa-gen.c (mem_type_for_type): Fix comment typo.
* tree-vect-loop-manip.c (vect_create_cond_for_niters_checks):
Likewise.
* gimple-ssa-warn-restrict.c (builtin_memref::set_base_and_offset):
Likewise.
From-SVN: r258609
Diffstat (limited to 'gcc/tree-vect-loop-manip.c')
-rw-r--r-- | gcc/tree-vect-loop-manip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-vect-loop-manip.c b/gcc/tree-vect-loop-manip.c index 1c43ed0..e82c1fe 100644 --- a/gcc/tree-vect-loop-manip.c +++ b/gcc/tree-vect-loop-manip.c @@ -2700,7 +2700,7 @@ vect_do_peeling (loop_vec_info loop_vinfo, tree niters, tree nitersm1, /* Function vect_create_cond_for_niters_checks. Create a conditional expression that represents the run-time checks for - loop's niter. The loop is guaranteed to to terminate if the run-time + loop's niter. The loop is guaranteed to terminate if the run-time checks hold. Input: |