Object that can display an instruction.
| 1430 | |
| 1431 | /// Object that can display an instruction. |
| 1432 | pub struct DisplayInst<'a>(&'a DataFlowGraph, Inst); |
| 1433 | |
| 1434 | impl<'a> fmt::Display for DisplayInst<'a> { |
| 1435 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { |