]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove unused variable
authorKwok Cheung Yeung <kcy@codesourcery.com>
Thu, 13 May 2021 10:59:58 +0000 (03:59 -0700)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Thu, 13 May 2021 10:59:58 +0000 (03:59 -0700)
2021-05-13  Kwok Cheung Yeung  <kcy@codesourcery.com>

gcc/
* omp-offload.c (oacc_xform_loop): Remove vec_tiles.

gcc/ChangeLog.omp
gcc/omp-offload.c

index add9b1754faa46dd80eb2b11c0ead027d6ecf83a..1b8c9a9c72f574dd99d323ff5151540a3cacfead 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-13  Kwok Cheung Yeung  <kcy@codesourcery.com>
+
+       * omp-offload.c (oacc_xform_loop): Remove vec_tiles.
+
 2021-05-05  Chung-Lin Tang  <cltang@codesourcery.com>
 
        * tree.h (OMP_CLAUSE_MAP_IMPLICIT_P): New access macro for 'implicit'
index 7ffe3cd7f8f6906fc6a4f9f83190e299f381cc7b..16ef6aacd42c20af0a7d9ecf69344cc36cd4e60b 100644 (file)
@@ -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.  */