[PATCH] D79129: [SVE][NFC] Remove unused variable
Tobias Bosch via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 29 14:33:50 PDT 2020
tbosch created this revision.
tbosch added a reviewer: echristo.
Herald added subscribers: llvm-commits, psnobl, rkruppe, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: LLVM.
echristo accepted this revision.
This revision is now accepted and ready to land.
Remove unused variable.
Repository:
rG LLVM Github Monorepo
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.261038.patch
Type: text/x-patch
Size: 489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200429/e2806aa5/attachment.bin>
More information about the llvm-commits
mailing list