Deleted Added
full compact
30,32c30,34
< static void getStackProbeFunction(const X86Subtarget &STI,
< unsigned &CallOp,
< const char *&Symbol);
---
> /// Emit a call to the target's stack probe function. This is required for all
> /// large stack allocations on Windows. The caller is required to materialize
> /// the number of bytes to probe in RAX/EAX.
> static void emitStackProbeCall(MachineFunction &MF, MachineBasicBlock &MBB,
> MachineBasicBlock::iterator MBBI, DebugLoc DL);