Function rustc_codegen_llvm::asm::dummy_output_type

source ·
fn dummy_output_type<'ll>(
    cx: &CodegenCx<'ll, '_>,
    reg: InlineAsmRegClass
) -> &'ll Type
Expand description

Type to use for outputs that are discarded. It doesn’t really matter what the type is, as long as it is valid for the constraint code.