Skip to content

Commit 25e13c5

Browse files
committed
as per topolarity again
1 parent 5bec3d3 commit 25e13c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/src/ssair/passes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ function find_def_for_use(
183183
end
184184

185185
function collect_leaves(compact::IncrementalCompact, @nospecialize(val), @nospecialize(typeconstraint), 𝕃ₒ::AbstractLattice,
186-
predecessors = ((@nospecialize(def), compact::IncrementalCompact) -> isa(def, PhiNode) ? def.values : nothing))
186+
predecessors::Pre = ((@nospecialize(def), compact::IncrementalCompact) -> isa(def, PhiNode) ? def.values : nothing)) where {Pre}
187187
if isa(val, Union{OldSSAValue, SSAValue})
188188
val, typeconstraint = simple_walk_constraint(compact, val, typeconstraint)
189189
end

0 commit comments

Comments
 (0)