Skip to content

Commit 9dd2ed7

Browse files
aviateskjpsamaroo
andauthored
Update test/compiler/EscapeAnalysis/EAUtils.jl
Co-authored-by: Julian Samaroo <jpsamaroo@jpsamaroo.me>
1 parent c675a80 commit 9dd2ed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/compiler/EscapeAnalysis/EAUtils.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ function run_passes_ipo_safe_with_ea(interp::EscapeAnalyzer,
203203
try
204204
@timeit "EA" estate = analyze_escapes(ir, nargs, get_escape_cache)
205205
catch err
206-
@error "error happened within EA, inspect `Main.ir` and `Main.nargs`"
207-
@eval Main (ir = $ir; nargs = $nargs)
206+
@error "error happened within EA, inspect `Main.failed_escapeanalysis_ir` and `Main.failed_escapeanalysis_nargs`"
207+
@eval Main (failed_escapeanalysis_ir = $ir; failed_escapeanalysis_nargs = $nargs)
208208
rethrow(err)
209209
end
210210
if caller.linfo.specTypes === interp.entry_tt

0 commit comments

Comments
 (0)