Generate a table of encoding recipe names for each ISA.
This will be used to pretty-print encodings in the textual IR.
This commit is contained in:
@@ -52,4 +52,8 @@ impl TargetIsa for Isa {
|
||||
|isap| isap != 17)
|
||||
})
|
||||
}
|
||||
|
||||
fn recipe_names(&self) -> &'static [&'static str] {
|
||||
&encoding::RECIPE_NAMES[..]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user