1
Fork 0

Inline dominator check.

This commit is contained in:
Camille GILLOT 2023-05-03 18:39:21 +00:00
parent c2354aabea
commit f83468c89b
3 changed files with 4 additions and 0 deletions

View file

@ -94,6 +94,7 @@ impl SsaLocals {
self.direct_uses[local]
}
#[inline]
pub fn assignment_dominates(
&self,
dominators: &Dominators<BasicBlock>,