Pass the correct call frame size to callseq_start node. This is needed to
authorAkira Hatanaka <ahatanaka@mips.com>
Thu, 26 Jul 2012 23:27:01 +0000 (23:27 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Thu, 26 Jul 2012 23:27:01 +0000 (23:27 +0000)
commit480eeb54315e35b9d18213c2d56d2166e154b62d
tree58939fc0670ec46d054a1de5ec127c1157409195
parent7971de4178d3be9b31ac03c20e2b50c3e7f4641c
Pass the correct call frame size to callseq_start node. This is needed to
replace uses of function getMaxCallFrameSize defined in MipsFunctionInfo with
the one MachineFrameInfo has.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160841 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsISelLowering.cpp