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