forked from OSchip/llvm-project
[-Wcalled-once-parameter][NFC] Fix operator precedence warning
This commit is contained in:
parent
6dc3c117a3
commit
a032a4e799
|
@ -573,8 +573,8 @@ private:
|
|||
CheckConventionalParameters(CheckConventionalParameters),
|
||||
CurrentState(0) {
|
||||
initDataStructures();
|
||||
assert(size() == 0 ||
|
||||
!States.empty() && "Data structures are inconsistent");
|
||||
assert((size() == 0 || !States.empty()) &&
|
||||
"Data structures are inconsistent");
|
||||
}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
Loading…
Reference in New Issue