Instantiate dominators algorithm only once
Remove inline from BasicBlocks::dominators to instantiate the dominator algorithm only once - in the rustc_middle crate.
This commit is contained in:
parent
b22aa57fd5
commit
ae39ee23fe
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ impl<'tcx> BasicBlocks<'tcx> {
|
|||
self.is_cyclic.is_cyclic(self)
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn dominators(&self) -> Dominators<BasicBlock> {
|
||||
dominators(&self)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue