Commit 21e44ae
authored
Avoid extra block calculation during fuzz generation (#245)
In the process of building up a control-flow graph of blocks within a
generated function, these lines appear to re-calculate the edge links
between successors and predecessors. This _should_ be taken care of by
`FuncBuilder::add_edge` or so it would appear. This change removes the
extra calculation, assuming it was a leftover from some incomplete
refactoring during the initial work on this crate.1 parent 67677b1 commit 21e44ae
1 file changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | 451 | | |
460 | 452 | | |
461 | 453 | | |
| |||
0 commit comments