[llvm] r175158 - llvm-symbolizer: speedup symbol lookup

Eric Christopher echristo at gmail.com
Thu Feb 14 14:05:56 PST 2013


> +    if (SymbolType != SymbolRef::ST_Function
> +        && SymbolType != SymbolRef::ST_Data)
>

Coding style nit. LLVM style has the && or || at the end of the previous
line.

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130214/cfa20032/attachment.html>


More information about the llvm-commits mailing list