refactor(mir): phase260 p0 edge-args plumbing (strangler) + ssot api + docs
This commit is contained in:
@ -63,6 +63,7 @@ pub fn capture_actual_predecessor_and_jump(
|
||||
// 既存control_flowモジュールと同じパターンを使用
|
||||
builder.emit_instruction(super::super::MirInstruction::Jump {
|
||||
target: target_block,
|
||||
edge_args: None,
|
||||
})?;
|
||||
Ok(Some(cur_id))
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user