mlir_sys

Function mlirBlockEraseArgument

Source
pub unsafe extern "C" fn mlirBlockEraseArgument(
    block: MlirBlock,
    index: c_uint,
)
Expand description

Erase the argument at ‘index’ and remove it from the argument list.