aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Target/PowerPC/PPCSubtarget.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Target/PowerPC/PPCSubtarget.cpp b/lib/Target/PowerPC/PPCSubtarget.cpp
index 5393b1d..fca1f36 100644
--- a/lib/Target/PowerPC/PPCSubtarget.cpp
+++ b/lib/Target/PowerPC/PPCSubtarget.cpp
@@ -15,7 +15,6 @@
#include "PPC.h"
#include "llvm/Module.h"
#include "llvm/Support/CommandLine.h"
-#include "llvm/Target/SubtargetFeature.h"
#include "PPCGenSubtarget.inc"
using namespace llvm;
@@ -32,14 +31,6 @@ namespace llvm {
cl::location(PPCTarget), cl::init(TargetDefault));
}
-/// Length of FeatureKV.
-static const unsigned FeatureKVSize = sizeof(FeatureKV)
- / sizeof(SubtargetFeatureKV);
-/// Length of SubTypeKV.
-static const unsigned SubTypeKVSize = sizeof(SubTypeKV)
- / sizeof(SubtargetFeatureKV);
-
-
#if defined(__APPLE__)
#include <mach/mach.h>
#include <mach/mach_host.h>