Just use a normal && in a place where being branch-free isn't a big deal
Some checks failed
weaselab/conflict-set/pipeline/head There was a failure building this commit
Some checks failed
weaselab/conflict-set/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -2777,7 +2777,7 @@ bool checkRangeReadImpl(Node *n, std::span<const uint8_t> begin,
|
||||
break;
|
||||
}
|
||||
|
||||
return checkRangeLeftSide.ok & checkRangeRightSide.ok;
|
||||
return checkRangeLeftSide.ok && checkRangeRightSide.ok;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
|
Reference in New Issue
Block a user