[llvm] eb61193 - [ARM] Remove unused variable. NFC

David Green via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 4 01:00:16 PST 2020


Author: David Green
Date: 2020-11-04T09:00:03Z
New Revision: eb611930b6abf1af91f1a8e41f6a632a523ea3bb

URL: https://github.com/llvm/llvm-project/commit/eb611930b6abf1af91f1a8e41f6a632a523ea3bb
DIFF: https://github.com/llvm/llvm-project/commit/eb611930b6abf1af91f1a8e41f6a632a523ea3bb.diff

LOG: [ARM] Remove unused variable. NFC

Added: 
    

Modified: 
    llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp b/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
index 9fac40a308a4..04c4e18c6048 100644
--- a/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
+++ b/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
@@ -969,7 +969,6 @@ int ARMTTIImpl::getNumMemOps(const IntrinsicInst *I) const {
     const unsigned Size = C->getValue().getZExtValue();
     const Align DstAlign = *MC->getDestAlign();
     const Align SrcAlign = *MC->getSourceAlign();
-    std::vector<EVT> MemOps;
 
     MOp = MemOp::Copy(Size, /*DstAlignCanChange*/ false, DstAlign, SrcAlign,
                       /*IsVolatile*/ false);


        


More information about the llvm-commits mailing list