Skip to content

Commit 6fb8b01

Browse files
authored
make EAUtils.jl loadable even if Main.EscapeAnalysis isn't defined (JuliaLang#56665)
1 parent 8ab8a48 commit 6fb8b01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/EAUtils.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ export code_escapes, @code_escapes, __clear_cache!
44

55
include("setup_Compiler.jl")
66

7-
using ..EscapeAnalysis
8-
const EA = EscapeAnalysis
7+
using .Compiler: EscapeAnalysis as EA
98

109
# AbstractInterpreter
1110
# -------------------

0 commit comments

Comments
 (0)