Remove instructions used by old br_table legalization
This commit is contained in:
@@ -468,13 +468,6 @@ fn gen_opcodes(all_inst: &AllInstructions, fmt: &mut Formatter) {
|
||||
"True for all branch or jump instructions.",
|
||||
fmt,
|
||||
);
|
||||
gen_bool_accessor(
|
||||
all_inst,
|
||||
|inst| inst.is_indirect_branch,
|
||||
"is_indirect_branch",
|
||||
"True for all indirect branch or jump instructions.",
|
||||
fmt,
|
||||
);
|
||||
gen_bool_accessor(
|
||||
all_inst,
|
||||
|inst| inst.is_call,
|
||||
|
||||
Reference in New Issue
Block a user