OSDN Git Service

[SelectionDAG] Fix a -Wparentheses warning from gcc in an assert. NFC
authorCraig Topper <craig.topper@intel.com>
Fri, 9 Nov 2018 23:11:30 +0000 (23:11 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 9 Nov 2018 23:11:30 +0000 (23:11 +0000)
commita64afff8f49bdc7ea521069a1540d64914db2ae0
tree8c05f1b9036c9281ac8cdb0d5ba49f6be6a2342e
parent35ef1bd84b873490de4cf1231e3f4433684a57d4
[SelectionDAG] Fix a -Wparentheses warning from gcc in an assert. NFC

gcc wants parentheses around the logical OR since there is a logical AND for the string.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@346564 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp