<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><BR><DIV><DIV>On 25-Jan-07, at 06:25 PM, Evan Cheng wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Monaco" size="2" style="font: 10.0px Monaco">Index: llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Monaco" size="2" style="font: 10.0px Monaco">diff -u llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp:1.97 llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp:1.98</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Monaco" size="2" style="font: 10.0px Monaco">--- llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp:1.97<SPAN class="Apple-tab-span" style="white-space:pre">   </SPAN>Wed Jan 24 12:45:13 2007</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Monaco" size="2" style="font: 10.0px Monaco">+++ llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp<SPAN class="Apple-tab-span" style="white-space:pre">     </SPAN>Thu Jan 25 16:25:04 2007</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Monaco" size="2" style="font: 10.0px Monaco">@@ -451,9 +451,6 @@</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Monaco" size="2" style="font: 10.0px Monaco"><SPAN class="Apple-converted-space">   </SPAN>// Determine the maximum call stack size.<SPAN class="Apple-converted-space">  </SPAN>maxCallFrameSize may be</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Monaco" size="2" style="font: 10.0px Monaco"><SPAN class="Apple-converted-space">   </SPAN>// less than the minimum.</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Monaco" size="2" style="font: 10.0px Monaco"><SPAN class="Apple-converted-space">   </SPAN>unsigned maxCallFrameSize = MFI->getMaxCallFrameSize();</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Monaco" size="2" style="font: 10.0px Monaco">-<SPAN class="Apple-converted-space">  </SPAN>unsigned getMinCallFrameSize =</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Monaco" size="2" style="font: 10.0px Monaco">-<SPAN class="Apple-converted-space">    </SPAN>PPCFrameInfo::getMinCallFrameSize(LP64);<SPAN class="Apple-converted-space"> </SPAN></FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Monaco" size="2" style="font: 10.0px Monaco">-<SPAN class="Apple-converted-space">  </SPAN>maxCallFrameSize = std::max(maxCallFrameSize, getMinCallFrameSize);</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Monaco" size="2" style="font: 10.0px Monaco"><SPAN class="Apple-converted-space">   </SPAN>// Get the total frame size.</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Monaco" size="2" style="font: 10.0px Monaco"><SPAN class="Apple-converted-space">   </SPAN>unsigned FrameSize = MFI->getStackSize();</FONT></P> </BLOCKQUOTE></DIV><BR><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Why did you remove this?</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>-- Jim</DIV></BODY></HTML>