Align Win64 EH Table sections to 4 bytes.
[oota-llvm.git] / utils / TableGen / CodeGenRegisters.h
index 1a876e110e704e522949a8a75e416bd491f7b176..39b92c515ad7db10e25a2668b546d4b2d674d9d7 100644 (file)
@@ -29,7 +29,6 @@ namespace llvm {
   struct CodeGenRegister {
     Record *TheDef;
     const std::string &getName() const;
-    unsigned DeclaredSpillSize, DeclaredSpillAlignment;
     unsigned EnumValue;
     unsigned CostPerUse;
     CodeGenRegister(Record *R);