mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
Simplify this due to changes in the tblgen side
llvm-svn: 23908
This commit is contained in:
parent
b621e451ba
commit
b57e27f069
@ -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…
Reference in New Issue
Block a user