[SEH] Reimplement x64 SEH using WinEHPrepare
[oota-llvm.git] / include / llvm / CodeGen / FunctionLoweringInfo.h
index e12866e04df290ef02eb5e29684ecad466750f50..66a9ae7407bf3610a81755e18d4f352915c01650 100644 (file)
@@ -221,6 +221,8 @@ public:
   int getArgumentFrameIndex(const Argument *A);
 
 private:
+  void addSEHHandlersForLPads();
+
   /// LiveOutRegInfo - Information about live out vregs.
   IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
 };