pub unsafe extern "C" fn mlirOperationSetSuccessor(
op: MlirOperation,
pos: isize,
block: MlirBlock,
)
Expand description
Set pos
-th successor of the operation.
pub unsafe extern "C" fn mlirOperationSetSuccessor(
op: MlirOperation,
pos: isize,
block: MlirBlock,
)
Set pos
-th successor of the operation.