We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b53c7 commit 0c42107Copy full SHA for 0c42107
src/pretty_clif.rs
@@ -2,7 +2,7 @@ use std::borrow::Cow;
2
use std::collections::HashMap;
3
use std::fmt;
4
5
-use cranelift::codegen::entity::EntityMap;
+use cranelift::codegen::entity::SecondaryMap;
6
use cranelift::codegen::write::{FuncWriter, PlainWriter};
7
8
use crate::prelude::*;
@@ -14,7 +14,7 @@ impl FuncWriter for CommentWriter {
14
&mut self,
15
w: &mut dyn fmt::Write,
16
func: &Function,
17
- aliases: &EntityMap<Value, Vec<Value>>,
+ aliases: &SecondaryMap<Value, Vec<Value>>,
18
isa: Option<&dyn isa::TargetIsa>,
19
inst: Inst,
20
indent: usize,
0 commit comments