Remove clobbers_all_regs

This commit is contained in:
bjorn3
2021-10-12 14:54:39 +02:00
parent e8b18b58a1
commit 99114547be
2 changed files with 0 additions and 12 deletions

View File

@@ -524,13 +524,6 @@ fn gen_opcodes(all_inst: &AllInstructions, fmt: &mut Formatter) {
"Does this instruction write to CPU flags?",
fmt,
);
gen_bool_accessor(
all_inst,
|inst| inst.clobbers_all_regs,
"clobbers_all_regs",
"Should this opcode be considered to clobber all the registers, during regalloc?",
fmt,
);
});
fmt.line("}");
fmt.empty_line();