diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-23 22:33:22 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-23 22:33:22 +0000 |
commit | 8ec9f331d25254ec9d3f9205c60d1d444db45185 (patch) | |
tree | 89b8195597944637d0a7b938fc083af884f5c0fa /lib/Target/Alpha/AlphaSubtarget.cpp | |
parent | d4d079785187ce923edc245aee527e4768b1d180 (diff) |
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
Diffstat (limited to 'lib/Target/Alpha/AlphaSubtarget.cpp')
-rw-r--r-- | lib/Target/Alpha/AlphaSubtarget.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Target/Alpha/AlphaSubtarget.cpp b/lib/Target/Alpha/AlphaSubtarget.cpp index 3cbdcb269b..570f68018e 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"; |