Skip to content

Commit fe2cb70

Browse files
committed
fixup
1 parent 894a1dc commit fe2cb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ function zero_single_allocation(builder::LLVM.IRBuilder, @nospecialize(jlType::D
867867
if isa(ty, LLVM.StructType)
868868
i = 1
869869
if !(jlty isa DataType)
870-
throw(AssertionError("Could not handle non datatype $jlty in zero_single_allocation $jlet"))
870+
throw(AssertionError("Could not handle non datatype $jlty in zero_single_allocation $ty"))
871871
end
872872
for ii = 1:fieldcount(jlty)
873873
jlet = typed_fieldtype(jlty, ii)

0 commit comments

Comments
 (0)