Mark the jump_table_entry Instruction as loading;

This commit is contained in:
Benjamin Bouvier
2019-06-26 17:10:20 +02:00
parent 079ccf1f6e
commit 83336290c2
3 changed files with 32 additions and 2 deletions

View File

@@ -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(