Simplify this, matching changes in the tblgen emitter

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23909 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-10-23 22:34:25 +00:00
parent 8ec9f331d2
commit 2224dcc88c

View File

@ -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>