Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Nov 11, 2024
1 parent 5d8bd05 commit 62ee62d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/test/inline.jl
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ let code = code_typed(f_pointerref, Tuple{Type{Int}})[1][1].code
@test !any_ptrref
end

# Test that inlining can inline _applys of builtins/_applys on SimpleVectors
# Test that inlining can inline _apply_iterate of builtins/_apply_iterate on SimpleVectors
function foo_apply_apply_type_svec()
A = (Tuple, Float32)
B = Tuple{Float32, Float32}
Expand Down
2 changes: 1 addition & 1 deletion Compiler/test/irpasses.jl
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ let src = code_typed1() do
@test count(isnew, src.code) == 1
end

# should eliminate allocation whose address isn't taked even if it has uninitialized field(s)
# should eliminate allocation whose address isn't taken even if it has uninitialized field(s)
mutable struct BadRef
x::String
y::String
Expand Down

0 comments on commit 62ee62d

Please sign in to comment.