Use InstructionFormat inside InstructionFormatBuilder

This commit is contained in:
bjorn3
2021-10-31 19:01:33 +01:00
parent 2fbd57e9e2
commit e8f3c0c6a9
2 changed files with 14 additions and 30 deletions

View File

@@ -43,7 +43,7 @@ pub(crate) struct InstructionContent {
/// Output operands. The output operands must be SSA values or `variable_args`.
pub operands_out: Vec<Operand>,
/// Instruction format, automatically derived from the input operands.
/// Instruction format.
pub format: Rc<InstructionFormat>,
/// One of the input or output operands is a free type variable. None if the instruction is not