Simplify this due to changes in the tblgen side
authorChris Lattner <sabre@nondot.org>
Sun, 23 Oct 2005 22:33:22 +0000 (22:33 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 23 Oct 2005 22:33:22 +0000 (22:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23908 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Alpha/AlphaSubtarget.cpp

index 3cbdcb269b28b14ba6aff5208c9bdc832c9265f6..570f68018e8f676e692763d6216945c1762ddde3 100644 (file)
 
 #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";