[llvm-commits] [llvm] r169025 - /llvm/trunk/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
Eric Christopher
echristo at gmail.com
Fri Nov 30 12:01:42 PST 2012
Hi Pedro,
In addition to Matt's request to reduce the nested ifs one bit of coding
style nit:
+ II->hasUnsafeAlgebra())
> + {
> + Log2 = II;
>
the '{' belongs on the previous line.
Thanks.
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121130/8de6bf1d/attachment.html>
More information about the llvm-commits
mailing list