Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Aug 4, 2024
1 parent f37285f commit 7eb17de
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 @@ -45,7 +45,7 @@ end
else
barrier_noop!(pm) = nothing

function run!(pb, pm::LLVM.NewPMFunctionPassManager, f::LLVM.Function,
function run!(pb, pm, f::LLVM.Function,
tm::Union{Nothing,LLVM.TargetMachine} = nothing,
aa_stack::AbstractVector{<:LLVM.NewPMAliasAnalysis} = LLVM.default_aa_pipeline())
analysis_managers(pb, tm, aa_stack) do lam, fam, cam, mam
Expand Down

0 comments on commit 7eb17de

Please sign in to comment.