[llvm-commits] [llvm] r161356 - in /llvm/trunk/tools/lto: LTOCodeGenerator.cpp LTOModule.cpp
Bill Wendling
wendling at apple.com
Wed Aug 8 11:41:34 PDT 2012
On Aug 8, 2012, at 8:45 AM, Rafael EspĂndola <rafael.espindola at gmail.com> wrote:
> Thanks!
>
>> + if ( _target != NULL ) return false;
>
> We normally put the return in a new line.
>
Yeah. there are a lot of coding standard violations in these files. I'll correct them as time goes on.
-bw
More information about the llvm-commits
mailing list