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

Jim Laskey jlaskey at apple.com
Thu Jan 25 14:48:16 PST 2007


NVM. I forgot this was redundant. -- Jim




On 25-Jan-07, at 06:40 PM, Jim Laskey wrote:

>
> 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
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070125/2c5f747b/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/2c5f747b/attachment.bin>


More information about the llvm-commits mailing list