mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-30 04:37:20 +00:00
Simplify this due to changes in the tblgen side
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23908 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d4d0797851
commit
8ec9f331d2
@ -13,18 +13,9 @@
|
||||
|
||||
#include "AlphaSubtarget.h"
|
||||
#include "Alpha.h"
|
||||
#include "llvm/Module.h"
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
#include "llvm/Target/SubtargetFeature.h"
|
||||
#include "AlphaGenSubtarget.inc"
|
||||
using namespace llvm;
|
||||
|
||||
|
||||
enum {
|
||||
FeatureKVSize = sizeof(FeatureKV) / sizeof(SubtargetFeatureKV),
|
||||
SubTypeKVSize = sizeof(SubTypeKV) / sizeof(SubtargetFeatureKV)
|
||||
};
|
||||
|
||||
AlphaSubtarget::AlphaSubtarget(const Module &M, const std::string &FS)
|
||||
: HasF2I(false), HasCT(false) {
|
||||
std::string CPU = "generic";
|
||||
|
Loading…
x
Reference in New Issue
Block a user