Skip to content

Commit 6bb2566

Browse files
authored
Fix typo in src/codeedges.jl (#119)
* Fix typo in src/codeedges.jl * Set version to 3.0.5
1 parent dff9eec commit 6bb2566

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LoweredCodeUtils"
22
uuid = "6f1432cf-f94c-5a45-995e-cdbf5db27b0b"
33
authors = ["Tim Holy <[email protected]>"]
4-
version = "3.0.4"
4+
version = "3.0.5"
55

66
[deps]
77
JuliaInterpreter = "aa1ae85d-cabe-5617-a682-6adf51b2e16a"

src/codeedges.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function print_with_code(preprint, postprint, io::IO, src::CodeInfo)
116116
sptypes = let parent = src.parent
117117
parent isa MethodInstance ?
118118
Core.Compiler.sptypes_from_meth_instance(parent) :
119-
Core.Compiler.EMPTY_SPTYPESd
119+
Core.Compiler.EMPTY_SPTYPES
120120
end
121121
end
122122
line_info_preprinter = Base.IRShow.lineinfo_disabled

0 commit comments

Comments
 (0)