Merge {With,Graph}{Successors,Predecessors}
into {Successors,Predecessors}
Now with GAT!
This commit is contained in:
parent
398da593a5
commit
0d5fc9bf58
15 changed files with 78 additions and 133 deletions
|
@ -1,5 +1,5 @@
|
|||
use rustc_data_structures::fx::FxIndexMap;
|
||||
use rustc_data_structures::graph::WithSuccessors;
|
||||
use rustc_data_structures::graph::Successors;
|
||||
use rustc_index::bit_set::BitSet;
|
||||
use rustc_middle::mir::{
|
||||
self, BasicBlock, Body, CallReturnPlaces, Location, Place, TerminatorEdges,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue