From: Kwok Cheung Yeung Date: Thu, 13 May 2021 10:59:58 +0000 (-0700) Subject: Remove unused variable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c9f70490e320606b16366482e9809452e3388c9;p=thirdparty%2Fgcc.git Remove unused variable 2021-05-13 Kwok Cheung Yeung gcc/ * omp-offload.c (oacc_xform_loop): Remove vec_tiles. --- diff --git a/gcc/ChangeLog.omp b/gcc/ChangeLog.omp index add9b1754faa..1b8c9a9c72f5 100644 --- a/gcc/ChangeLog.omp +++ b/gcc/ChangeLog.omp @@ -1,3 +1,7 @@ +2021-05-13 Kwok Cheung Yeung + + * omp-offload.c (oacc_xform_loop): Remove vec_tiles. + 2021-05-05 Chung-Lin Tang * tree.h (OMP_CLAUSE_MAP_IMPLICIT_P): New access macro for 'implicit' diff --git a/gcc/omp-offload.c b/gcc/omp-offload.c index 7ffe3cd7f8f6..16ef6aacd42c 100644 --- a/gcc/omp-offload.c +++ b/gcc/omp-offload.c @@ -583,7 +583,6 @@ oacc_xform_loop (gcall *call) bool chunking = false, striding = true; unsigned outer_mask = mask & (~mask + 1); // Outermost partitioning unsigned inner_mask = mask & ~outer_mask; // Inner partitioning (if any) - bool vec_tiles = true; tree vf_by_vectorizer = NULL_TREE; /* Skip lowering if return value of IFN_GOACC_LOOP call is not used. */