[WinEH] Rip out the landingpad-based C++ EH state numbering code
[oota-llvm.git] / lib / CodeGen / AsmPrinter / WinException.h
index aa159f5cf6eb635210a7da8c59ff6fcb65b632f7..ac06db2a2fd16a4f2c7f562aa855b6d3eade3205 100644 (file)
@@ -47,8 +47,7 @@ class LLVM_LIBRARY_VISIBILITY WinException : public EHStreamer {
   /// tables.
   void emitExceptHandlerTable(const MachineFunction *MF);
 
-  void extendIP2StateTable(const MachineFunction *MF, const Function *ParentF,
-                           WinEHFuncInfo &FuncInfo);
+  void extendIP2StateTable(const MachineFunction *MF, WinEHFuncInfo &FuncInfo);
 
   /// Emits the label used with llvm.x86.seh.recoverfp, which is used by
   /// outlined funclets.