Mark the jump_table_entry Instruction as loading;
This commit is contained in:
@@ -309,7 +309,8 @@ pub fn define(
|
||||
"#,
|
||||
)
|
||||
.operands_in(vec![x, addr, Size, JT])
|
||||
.operands_out(vec![entry]),
|
||||
.operands_out(vec![entry])
|
||||
.can_load(true),
|
||||
);
|
||||
|
||||
ig.push(
|
||||
|
||||
Reference in New Issue
Block a user