Remove is_ghost
This commit is contained in:
@@ -489,13 +489,6 @@ fn gen_opcodes(all_inst: &AllInstructions, fmt: &mut Formatter) {
|
||||
"Is this a return instruction?",
|
||||
fmt,
|
||||
);
|
||||
gen_bool_accessor(
|
||||
all_inst,
|
||||
|inst| inst.is_ghost,
|
||||
"is_ghost",
|
||||
"Is this a ghost instruction?",
|
||||
fmt,
|
||||
);
|
||||
gen_bool_accessor(
|
||||
all_inst,
|
||||
|inst| inst.can_load,
|
||||
|
||||
Reference in New Issue
Block a user