transpile(contentsOf:into:inContext:)

private mutating func transpile(
  contentsOf f: IR.Function.ID,
  into transpilation: SwiftyLLVM.Function,
  inContext context: inout CodeGenerationContext
)

Inserts into transpilationthe transpiled contents of f, which is a function or subscript of m in ir.

Requires

transpilation contains no instruction.