Skip to content

Commit 0c42107

Browse files
committed
EntityMap got renamed to SecondaryMap
1 parent 53b53c7 commit 0c42107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pretty_clif.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use std::borrow::Cow;
22
use std::collections::HashMap;
33
use std::fmt;
44

5-
use cranelift::codegen::entity::EntityMap;
5+
use cranelift::codegen::entity::SecondaryMap;
66
use cranelift::codegen::write::{FuncWriter, PlainWriter};
77

88
use crate::prelude::*;
@@ -14,7 +14,7 @@ impl FuncWriter for CommentWriter {
1414
&mut self,
1515
w: &mut dyn fmt::Write,
1616
func: &Function,
17-
aliases: &EntityMap<Value, Vec<Value>>,
17+
aliases: &SecondaryMap<Value, Vec<Value>>,
1818
isa: Option<&dyn isa::TargetIsa>,
1919
inst: Inst,
2020
indent: usize,

0 commit comments

Comments
 (0)