[PATCH] D79129: [SVE][NFC] Remove unused variable

Tobias Bosch via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 29 14:34:52 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG6a53ab82d777: [SVE][NFC] Remove unused variable (authored by tbosch).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79129/new/

https://reviews.llvm.org/D79129

Files:
  llvm/unittests/IR/VectorTypesTest.cpp


Index: llvm/unittests/IR/VectorTypesTest.cpp
===================================================================
--- llvm/unittests/IR/VectorTypesTest.cpp
+++ llvm/unittests/IR/VectorTypesTest.cpp
@@ -257,7 +257,6 @@
     for (size_t J = I + 1, JEnd = VTys.size(); J < JEnd; ++J) {
       // test I < J
       VectorType *VJ = VTys[J];
-      ElementCount ECJ = VJ->getElementCount();
       EXPECT_VTY_NE(VI, VJ);
 
       VectorType *VJPrime = VectorType::get(VI->getElementType(), VJ);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79129.261042.patch
Type: text/x-patch
Size: 489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200429/270f6fb2/attachment.bin>


More information about the llvm-commits mailing list