Skip to content

Commit

Permalink
ar
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Dec 1, 2024
1 parent 67acb83 commit 55ca7c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/analyses/activity.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ end

@inline element(::Val{T}) where {T} = T

Base.@assume_effects :removable :foldable @inline function (c::Merger{seen,worldT,justActive,UnionSret,AbstractIsMixed})(
@inline function (c::Merger{seen,worldT,justActive,UnionSret,AbstractIsMixed})(
f::Int,
) where {seen,worldT,justActive,UnionSret,AbstractIsMixed}
T = element(first(seen))
Expand Down Expand Up @@ -62,7 +62,7 @@ end

@inline forcefold(::Val{RT}) where {RT} = RT

Base.@assume_effects :removable :foldable @inline function forcefold(::Val{ty}, ::Val{sty}, C::Vararg{Any,N})::ActivityState where {ty,sty,N}
@inline function forcefold(::Val{ty}, ::Val{sty}, C::Vararg{Any,N})::ActivityState where {ty,sty,N}
if sty == AnyState || sty == ty
return forcefold(Val(ty), C...)
end
Expand Down Expand Up @@ -114,7 +114,7 @@ Base.@assume_effects :removable :foldable :nothrow @inline function staticInTup(
end)
end

Base.@assume_effects :removable :foldable @inline function active_reg_recur(
@inline function active_reg_recur(
::Type{ST},
seen::Seen,
world,
Expand Down Expand Up @@ -159,7 +159,7 @@ end
@inline is_vararg_tup(x) = false
@inline is_vararg_tup(::Type{Tuple{Vararg{T2}}}) where {T2} = true

Base.@assume_effects :removable :foldable @inline function active_reg_inner(
@inline function active_reg_inner(
::Type{T},
seen::ST,
world::Union{Nothing,UInt},
Expand Down

0 comments on commit 55ca7c8

Please sign in to comment.