Skip to content

Commit 8f69d00

Browse files
committed
fix on Julia nightly
1 parent de287ab commit 8f69d00

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/stage1/generated.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ function perform_optic_transform(@nospecialize(ff::Type{∂⃖recurse{N}}), @nos
2828
end
2929

3030
ci′.ssavaluetypes = length(ci′.code)
31+
ci′.ssaflags = UInt8[0 for i=1:length(ci′.code)]
3132
ci′.method_for_inference_limit_heuristics = match.method
3233
ci′
3334
end

src/stage1/recurse_fwd.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ function perform_fwd_transform(@nospecialize(ff::Type{∂☆recurse{N}}), @nospe
139139
transform_fwd!(ci′, mi.def, length(args) - 1, match.sparams, N)
140140

141141
ci′.ssavaluetypes = length(ci′.code)
142+
ci′.ssaflags = UInt8[0 for i=1:length(ci′.code)]
142143
ci′.method_for_inference_limit_heuristics = match.method
143144
slotnames = Symbol[Symbol("#self#"), :args, ci.slotnames...]
144145
slotflags = UInt8[(0x00 for i = 1:2)..., ci.slotflags...]

0 commit comments

Comments
 (0)