Fix GCC -Wparentheses warning (& reformat now that the precedence is fixed)
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 17 Mar 2015 17:48:24 +0000 (17:48 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 17 Mar 2015 17:48:24 +0000 (17:48 +0000)
commit25e7243edaa7859aae21463bca8ac4d6ed0a9aba
tree2c2799cc5ebb195f668564df4c537fdb666f9ca2
parent2f5bc29926efbeb3b3b7c7f45041a4ea34f6d8c8
Fix GCC -Wparentheses warning (& reformat now that the precedence is fixed)

Benign warning (clang deliberately suppresses this case) but does
regularly produce bad formatting, so it's nice to fix/reformat.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232508 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp