machinst: Steal the used/defs Sets when emitting a call in ABICall;
This commit is contained in:
@@ -167,5 +167,5 @@ pub trait ABICall {
|
||||
/// registers are also logically defs, but should never be read; their
|
||||
/// values are "defined" (to the regalloc) but "undefined" in every other
|
||||
/// sense.)
|
||||
fn emit_call<C: LowerCtx<I = Self::I>>(&self, ctx: &mut C);
|
||||
fn emit_call<C: LowerCtx<I = Self::I>>(&mut self, ctx: &mut C);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user