diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-23 22:34:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-23 22:34:25 +0000 |
commit | d36c34822ee3a9da02f04b265811205a2d89b677 (patch) | |
tree | 489b81642917cdd3c2d9d2fedea4a5ebd0d66b0a /llvm/lib/Target/PowerPC/PPCSubtarget.cpp | |
parent | 03bf3a1763e2e438ce367e3ba68868522c5817ce (diff) | |
download | bcm5719-llvm-d36c34822ee3a9da02f04b265811205a2d89b677.tar.gz bcm5719-llvm-d36c34822ee3a9da02f04b265811205a2d89b677.zip |
Simplify this, matching changes in the tblgen emitter
llvm-svn: 23909
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCSubtarget.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCSubtarget.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCSubtarget.cpp b/llvm/lib/Target/PowerPC/PPCSubtarget.cpp index 5393b1d6393..fca1f36ae7f 100644 --- a/llvm/lib/Target/PowerPC/PPCSubtarget.cpp +++ b/llvm/lib/Target/PowerPC/PPCSubtarget.cpp @@ -15,7 +15,6 @@ #include "PPC.h" #include "llvm/Module.h" #include "llvm/Support/CommandLine.h" -#include "llvm/Target/SubtargetFeature.h" #include "PPCGenSubtarget.inc" using namespace llvm; @@ -32,14 +31,6 @@ namespace llvm { cl::location(PPCTarget), cl::init(TargetDefault)); } -/// Length of FeatureKV. -static const unsigned FeatureKVSize = sizeof(FeatureKV) - / sizeof(SubtargetFeatureKV); -/// Length of SubTypeKV. -static const unsigned SubTypeKVSize = sizeof(SubTypeKV) - / sizeof(SubtargetFeatureKV); - - #if defined(__APPLE__) #include <mach/mach.h> #include <mach/mach_host.h> |