From: Chris Lattner Date: Sun, 23 Oct 2005 22:33:22 +0000 (+0000) Subject: Simplify this due to changes in the tblgen side X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8ec9f331d25254ec9d3f9205c60d1d444db45185;p=oota-llvm.git 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 --- diff --git a/lib/Target/Alpha/AlphaSubtarget.cpp b/lib/Target/Alpha/AlphaSubtarget.cpp index 3cbdcb269b2..570f68018e8 100644 --- a/lib/Target/Alpha/AlphaSubtarget.cpp +++ b/lib/Target/Alpha/AlphaSubtarget.cpp @@ -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";