After we've modified the prolog to save volatile registers, generate the compact
[oota-llvm.git] / lib / Target / X86 / X86FrameLowering.h
index 1fb167f1e2ecb0d1fbd3d74aeb74d76207790ab1..7aa94b29dcc31f39ece753bf03ca29dc97b96d99 100644 (file)
@@ -58,6 +58,7 @@ public:
   bool hasReservedCallFrame(const MachineFunction &MF) const;
 
   int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
+  uint32_t getCompactUnwindEncoding(MachineFunction &MF) const;
 };
 
 } // End llvm namespace