fn dummy_output_type<'ll>(
cx: &GenericCx<'ll, FullCx<'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.