Skip to content

Commit

Permalink
chore: apply formatting suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
avik-pal and github-actions[bot] authored Oct 29, 2024
1 parent 46cd017 commit 6a6e50d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ControlFlow.jl
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,7 @@ end

function get_region_removing_missing_values(compiled_fn, insertions)
region = MLIR.IR.Region()
MLIR.API.mlirRegionTakeBody(
region, MLIR.API.mlirOperationGetRegion(compiled_fn, 0)
)
MLIR.API.mlirRegionTakeBody(region, MLIR.API.mlirOperationGetRegion(compiled_fn, 0))
block = MLIR.IR.Block(MLIR.API.mlirRegionGetFirstBlock(region), false)
return_op = MLIR.IR.terminator(block)
for (i, rt) in insertions
Expand Down

0 comments on commit 6a6e50d

Please sign in to comment.