Fix clang warnings / move some plat code into poly.
This commit is contained in:
@@ -430,6 +430,10 @@ int ConstantPropagationPass::Run(HIRBuilder* builder) {
|
||||
// Quite a few of these, from building vec128s.
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
// Ignored.
|
||||
break;
|
||||
}
|
||||
i = i->next;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user