]> granicus.if.org Git - llvm/commit
Shut up GCC warning about operator precedence. NFC.
authorMichael Kuperstein <mkuper@google.com>
Tue, 31 Jan 2017 22:48:45 +0000 (22:48 +0000)
committerMichael Kuperstein <mkuper@google.com>
Tue, 31 Jan 2017 22:48:45 +0000 (22:48 +0000)
commiteb0d4311542dd1068654373bc2b3445064c16af2
tree9e11bcd2d581c1004ed2595e8500447abf513eaa
parent07b87bc280c677e5e52cc2aac440997c7f98607d
Shut up GCC warning about operator precedence. NFC.

Technically, this is actually changes the expression and the original
assert was "wrong", but since the conjunction is with true, it doesn't
matter in this case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293709 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp