[WinEH] Fix funclet prologues with stack realignment
[oota-llvm.git] / lib / CodeGen / AsmPrinter / WinException.h
index 02134d6aa98044dee96340b839b087e9cbb2eb4a..54c5f3a9a0e8f141abdc0142f8597c045200fd84 100644 (file)
@@ -77,7 +77,7 @@ class LLVM_LIBRARY_VISIBILITY WinException : public EHStreamer {
   /// given index. For targets using CFI (Win64, etc), this is relative to the
   /// established SP at the end of the prologue. For targets without CFI (Win32
   /// only), it is relative to the frame pointer.
-  int getFrameIndexOffset(int FrameIndex);
+  int getFrameIndexOffset(int FrameIndex, WinEHFuncInfo &FuncInfo);
 
 public:
   //===--------------------------------------------------------------------===//