Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Nov 6, 2021
1 parent 39c47f7 commit 121ff52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EscapeAnalysis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ escape_builtin!(::typeof(typeof), _...) = return nothing
escape_builtin!(::typeof(Core.sizeof), _...) = return nothing
escape_builtin!(::typeof(===), _...) = return nothing

function escape_builtin!(::typeof(ifelse), args::Vector{Any}, pc::Int, state::EscapeState, ir::IRCode, changes::Changes)
function escape_builtin!(::typeof(Core.ifelse), args::Vector{Any}, pc::Int, state::EscapeState, ir::IRCode, changes::Changes)
length(args) == 4 || return false
f, cond, th, el = args
info = state.ssavalues[pc]
Expand Down

0 comments on commit 121ff52

Please sign in to comment.