[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaSubtarget.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 23 15:33:33 PDT 2005



Changes in directory llvm/lib/Target/Alpha:

AlphaSubtarget.cpp updated: 1.4 -> 1.5
---
Log message:

Simplify this due to changes in the tblgen side


---
Diffs of the changes:  (+0 -9)

 AlphaSubtarget.cpp |    9 ---------
 1 files changed, 9 deletions(-)


Index: llvm/lib/Target/Alpha/AlphaSubtarget.cpp
diff -u llvm/lib/Target/Alpha/AlphaSubtarget.cpp:1.4 llvm/lib/Target/Alpha/AlphaSubtarget.cpp:1.5
--- llvm/lib/Target/Alpha/AlphaSubtarget.cpp:1.4	Sun Oct 23 17:15:34 2005
+++ llvm/lib/Target/Alpha/AlphaSubtarget.cpp	Sun Oct 23 17:33:22 2005
@@ -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";






More information about the llvm-commits mailing list