[cfe-commits] r131323 - /cfe/trunk/lib/CodeGen/CGObjCMac.cpp

John McCall rjmccall at apple.com
Fri May 13 20:16:29 PDT 2011


On May 13, 2011, at 4:45 PM, jahanian wrote:
>> +/// Emit a message send for the non-fragile ABI.
>> +///
>> +/// Note that we intentionally don't emit a call to objc_msgSend*
>> +/// directly because doing so will require the call to go through a
>> +/// lazy call stub.  In general, that overhead is considered
>> +/// worthwhile because it
> 
> Unfinished sentence.

Good catch!  The comment was leading somewhere wrong anyway;
fixed in r131335.

John.



More information about the cfe-commits mailing list