This patch ensures that the stack map lowering code in FastISel adds an appropriate number of immediate operands for the frame setup instruction.
The previous code added just one immediate operand, which was fine for a target like AArch64, but on X86 the ADJUSTCALLSTACKDOWN64 instruction needs two explicit operands, and this caused the machine verifier to report an error when the old code added just one.