Merge pull request #3723 from uweigand/isle-safepoint
ISLE: Allow emitting safepoint insns
This commit is contained in:
@@ -469,6 +469,6 @@ where
|
||||
|
||||
#[inline]
|
||||
fn emit(&mut self, inst: &MInst) -> Unit {
|
||||
self.emitted_insts.push(inst.clone());
|
||||
self.emitted_insts.push((inst.clone(), false));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user