From 8ec9f331d25254ec9d3f9205c60d1d444db45185 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 23 Oct 2005 22:33:22 +0000 Subject: [PATCH] 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 --- lib/Target/Alpha/AlphaSubtarget.cpp | 9 --------- 1 file changed, 9 deletions(-) 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"; -- 2.34.1