Skip to content

Commit

Permalink
regenerate veri-isle-clif-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed Nov 29, 2023
1 parent b5adbdf commit e69edf7
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 102 deletions.
5 changes: 5 additions & 0 deletions cranelift/codegen/meta/src/gen_inst.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2025,5 +2025,10 @@ pub(crate) fn generate(
gen_builder(all_inst, &formats, &mut fmt);
fmt.update_file(inst_builder_filename, out_dir)?;

// Adhoc dump.
let mut fmt = Formatter::new();
gen_dump(all_inst, &mut fmt);
fmt.update_file("dump.txt", out_dir)?;

Ok(())
}
Loading

0 comments on commit e69edf7

Please sign in to comment.