[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp PPCRegisterInfo.h

Jim Laskey jlaskey at apple.com
Thu Jan 25 14:40:29 PST 2007


On 25-Jan-07, at 06:25 PM, Evan Cheng wrote:

> Index: llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
> diff -u llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp:1.97 llvm/lib/ 
> Target/PowerPC/PPCRegisterInfo.cpp:1.98
> --- llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp:1.97	Wed Jan 24  
> 12:45:13 2007
> +++ llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp	Thu Jan 25 16:25:04  
> 2007
> @@ -451,9 +451,6 @@
>    // Determine the maximum call stack size.  maxCallFrameSize may be
>    // less than the minimum.
>    unsigned maxCallFrameSize = MFI->getMaxCallFrameSize();
> -  unsigned getMinCallFrameSize =
> -    PPCFrameInfo::getMinCallFrameSize(LP64);
> -  maxCallFrameSize = std::max(maxCallFrameSize, getMinCallFrameSize);
>    // Get the total frame size.
>    unsigned FrameSize = MFI->getStackSize();


Why did you remove this?

-- Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070125/5efb044f/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070125/5efb044f/attachment.bin>


More information about the llvm-commits mailing list