mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
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:
parent
8ec9f331d2
commit
2224dcc88c
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user