Fix clang warnings / move some plat code into poly.
This commit is contained in:
@@ -273,7 +273,7 @@ void HIRBuilder::AssertNoCycles() {
|
||||
if (!hare) {
|
||||
return;
|
||||
}
|
||||
while (hare = hare->next) {
|
||||
while ((hare = hare->next)) {
|
||||
if (hare == tortoise) {
|
||||
// Cycle!
|
||||
XEASSERTALWAYS();
|
||||
|
||||
Reference in New Issue
Block a user