Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Aug 7, 2024
1 parent e700b20 commit 2d0eb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/optimize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ else
function remove_ni(mod)
@dispose pb=NewPMPassBuilder() begin
add!(pb, NewPMModulePassManager()) do mpm
add!(fpm, RemoveNIPass())
add!(mpm, RemoveNIPass())
end
run!(pb, mod)
end
Expand Down

0 comments on commit 2d0eb79

Please sign in to comment.