pub fn write_operands(
w: &mut dyn Write,
dfg: &DataFlowGraph,
inst: Inst,
) -> Result
Expand description
Write the operands of inst
to w
with a prepended space.
pub fn write_operands(
w: &mut dyn Write,
dfg: &DataFlowGraph,
inst: Inst,
) -> Result
Write the operands of inst
to w
with a prepended space.