Remove a not-yet-true assert
In some circumstances we create unreachable blocks, making the assert invalid. Currently nothing depends on the assert being true, so remove it for now.
Esse commit está contido em:
@@ -192,7 +192,6 @@ bool checkCfg(IRTrace* trace, const IRFactory& factory) {
|
||||
}
|
||||
for (Block* b : blocks) {
|
||||
for (DEBUG_ONLY auto const &e : b->preds()) {
|
||||
assert(edges.find(&e) != edges.end());
|
||||
assert(&e == takenEdge(e.from()) || &e == nextEdge(e.from()));
|
||||
assert(e.to() == b);
|
||||
}
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário