From: Simon Pilgrim Date: Thu, 28 Jul 2016 13:42:57 +0000 (+0000) Subject: Removed unused variables X-Git-Tag: llvmorg-4.0.0-rc1~13976 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1d31ea6bbe3c5e39b54cc69f2fbab43ac52c03a;p=platform%2Fupstream%2Fllvm.git Removed unused variables llvm-svn: 276975 --- diff --git a/llvm/unittests/Support/TargetParserTest.cpp b/llvm/unittests/Support/TargetParserTest.cpp index 6c94234..4689c18 100644 --- a/llvm/unittests/Support/TargetParserTest.cpp +++ b/llvm/unittests/Support/TargetParserTest.cpp @@ -16,18 +16,6 @@ using namespace llvm; namespace { -static const unsigned kHWDivKinds[] = { -#define ARM_HW_DIV_NAME(NAME, ID) ID, -#include "llvm/Support/ARMTargetParser.def" -#undef ARM_HW_DIV_NAME -}; - -static const unsigned kARMArchExtKinds[] = { -#define ARM_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) ID, -#include "llvm/Support/ARMTargetParser.def" -#undef ARM_ARCH_EXT_NAME -}; - static const unsigned kAArch64ArchExtKinds[] = { #define AARCH64_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) ID, #include "llvm/Support/AArch64TargetParser.def"