[SEH] Emit 32-bit SEH tables for the new EH IR
[oota-llvm.git] / lib / CodeGen / AsmPrinter / WinException.h
index 7a80984c32ea9b04b6f4798f51bd1feade03dbc8..aa159f5cf6eb635210a7da8c59ff6fcb65b632f7 100644 (file)
@@ -36,7 +36,7 @@ class LLVM_LIBRARY_VISIBILITY WinException : public EHStreamer {
   /// True if this is a 64-bit target and we should use image relative offsets.
   bool useImageRel32 = false;
 
-  void emitCSpecificHandlerTable();
+  void emitCSpecificHandlerTable(const MachineFunction *MF);
 
   /// Emit the EH table data for 32-bit and 64-bit functions using
   /// the __CxxFrameHandler3 personality.