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:
Chris Lattner 2005-10-23 22:33:22 +00:00
parent d4d0797851
commit 8ec9f331d2

View File

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