Cranelift: remove unused EncCursor

This commit is contained in:
Benjamin Bouvier
2021-10-04 10:12:57 +02:00
parent 43a86f14d5
commit 772176dbfb
3 changed files with 3 additions and 139 deletions

View File

@@ -347,7 +347,6 @@ impl Context {
/// Perform LICM on the function.
pub fn licm(&mut self, isa: &dyn TargetIsa) -> CodegenResult<()> {
do_licm(
isa,
&mut self.func,
&mut self.cfg,
&mut self.domtree,