summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-23 22:33:22 +0000
committerChris Lattner <sabre@nondot.org>2005-10-23 22:33:22 +0000
commit03bf3a1763e2e438ce367e3ba68868522c5817ce (patch)
tree74f8bbaf7251d59102deafc8aa143a86b6de83b6 /llvm
parent4f48e67c6cf612eb3e08da0e26b6be8f5c95a5d0 (diff)
downloadbcm5719-llvm-03bf3a1763e2e438ce367e3ba68868522c5817ce.tar.gz
bcm5719-llvm-03bf3a1763e2e438ce367e3ba68868522c5817ce.zip
Simplify this due to changes in the tblgen side
llvm-svn: 23908
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/Alpha/AlphaSubtarget.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaSubtarget.cpp b/llvm/lib/Target/Alpha/AlphaSubtarget.cpp
index 3cbdcb269b2..570f68018e8 100644
--- a/llvm/lib/Target/Alpha/AlphaSubtarget.cpp
+++ b/llvm/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";
OpenPOWER on IntegriCloud