From d36c34822ee3a9da02f04b265811205a2d89b677 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 23 Oct 2005 22:34:25 +0000 Subject: [PATCH] Simplify this, matching changes in the tblgen emitter llvm-svn: 23909 --- llvm/lib/Target/PowerPC/PPCSubtarget.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/llvm/lib/Target/PowerPC/PPCSubtarget.cpp b/llvm/lib/Target/PowerPC/PPCSubtarget.cpp index 5393b1d6393a..fca1f36ae7fb 100644 --- a/llvm/lib/Target/PowerPC/PPCSubtarget.cpp +++ b/llvm/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 #include