summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/unittests/Support/TargetParserTest.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/unittests/Support/TargetParserTest.cpp b/llvm/unittests/Support/TargetParserTest.cpp
index 6c94234a8af..4689c18e822 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"
OpenPOWER on IntegriCloud