[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCSubtarget.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 23 15:34:36 PDT 2005
Changes in directory llvm/lib/Target/PowerPC:
PPCSubtarget.cpp updated: 1.11 -> 1.12
---
Log message:
Simplify this, matching changes in the tblgen emitter
---
Diffs of the changes: (+0 -9)
PPCSubtarget.cpp | 9 ---------
1 files changed, 9 deletions(-)
Index: llvm/lib/Target/PowerPC/PPCSubtarget.cpp
diff -u llvm/lib/Target/PowerPC/PPCSubtarget.cpp:1.11 llvm/lib/Target/PowerPC/PPCSubtarget.cpp:1.12
--- llvm/lib/Target/PowerPC/PPCSubtarget.cpp:1.11 Fri Oct 21 14:02:44 2005
+++ llvm/lib/Target/PowerPC/PPCSubtarget.cpp Sun Oct 23 17:34:25 2005
@@ -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 @@
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>
More information about the llvm-commits
mailing list