mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +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:
@@ -15,7 +15,6 @@
|
|||||||
#include "PPC.h"
|
#include "PPC.h"
|
||||||
#include "llvm/Module.h"
|
#include "llvm/Module.h"
|
||||||
#include "llvm/Support/CommandLine.h"
|
#include "llvm/Support/CommandLine.h"
|
||||||
#include "llvm/Target/SubtargetFeature.h"
|
|
||||||
#include "PPCGenSubtarget.inc"
|
#include "PPCGenSubtarget.inc"
|
||||||
|
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
@@ -32,14 +31,6 @@ namespace llvm {
|
|||||||
cl::location(PPCTarget), cl::init(TargetDefault));
|
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__)
|
#if defined(__APPLE__)
|
||||||
#include <mach/mach.h>
|
#include <mach/mach.h>
|
||||||
#include <mach/mach_host.h>
|
#include <mach/mach_host.h>
|
||||||
|
Reference in New Issue
Block a user