Just use a normal && in a place where being branch-free isn't a big deal
weaselab/conflict-set/pipeline/head There was a failure building this commit

This commit is contained in:
2024-07-17 18:21:33 -07:00
parent 12f361f33a
commit abb791d86b
+1 -1
View File
@@ -2777,7 +2777,7 @@ bool checkRangeReadImpl(Node *n, std::span<const uint8_t> begin,
break; break;
} }
return checkRangeLeftSide.ok & checkRangeRightSide.ok; return checkRangeLeftSide.ok && checkRangeRightSide.ok;
} }
#ifdef __x86_64__ #ifdef __x86_64__