On Monday, December 24, 2012, Chandler Carruth  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="font-family:arial,helvetica,sans-serif;font-size:10pt">
<div dir="ltr"><div class="gmail_default">Yes, i never knew why folks waited for this. It was trivially correct, and I've jsut been looking at other things.</div></div></div></blockquote><div><br></div><div>I just don't touch code unless I am sure that I understand it.  Since you changed both the function and the parameter name, documentation might have become irrelevant, so the fix<span></span> is not that obvious.</div>
<div><br></div><div>Dmitri</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"><div dir="ltr">

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Dec 23, 2012 at 6:16 PM, NAKAMURA Takumi <span dir="ltr"><<a href="javascript:_e({}, 'cvml', 'geek4civic@gmail.com');" target="_blank">geek4civic@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>> --- cfe/trunk/lib/CodeGen/CGValue.h (original)<br>
> +++ cfe/trunk/lib/CodeGen/CGValue.h Sun Dec 23 19:48:48 2012<br>
> @@ -290,7 +290,7 @@<br>
><br>
>    /// \brief Create a new object to represent a bit-field access.<br>
>    ///<br>
> -  /// \param BaseValue - The base address of the bit-field sequence this<br>
> +  /// \param Addr - The base address of the bit-field sequence this<br>
>    /// bit-field refers to.<br>
>    /// \param Info - The information describing how to perform the bit-field<br>
>    /// access.<br>
<br>
</div>Chandler, does it make sense?<br>
<div><div>_______________________________________________<br>
cfe-commits mailing list<br>
<a href="javascript:_e({}, 'cvml', 'cfe-commits@cs.uiuc.edu');" target="_blank">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</div></div></blockquote></div><br></div></div>
</blockquote><br><br>-- <br>main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if<br>(j){printf("%d\n",i);}}} /*Dmitri Gribenko <<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>>*/<br>