Skip to content

Commit

Permalink
Remove other_side_effects from irg
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-fink committed May 31, 2023
1 parent e6a2c4d commit eafa08a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cranelift/codegen/meta/src/shared/instructions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3791,7 +3791,6 @@ pub(crate) fn define(
.operands_in(vec![
Operand::new("p", iAddr).with_doc("Register to set tag in")
])
.other_side_effects()
.operands_out(vec![Operand::new("a", iAddr)]),
);

Expand Down

0 comments on commit eafa08a

Please sign in to comment.