Skip to content

Commit

Permalink
remove unused branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Sep 4, 2024
1 parent a9aacf3 commit 66485d6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/abstractinterpret/abstractanalyzer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -554,10 +554,7 @@ CC.may_compress(::AbstractAnalyzer) = generating_output()
CC.may_discard_trees(::AbstractAnalyzer) = false

let # overload `inlining_policy`
@static if isdefined(CC, :InliningInfo)
sigs_ex = :(analyzer::AbstractAnalyzer, @nospecialize(src), iinfo::CC.InliningInfo)
args_ex = :(analyzer::AbstractInterpreter, src::Any, iinfo::CC.InliningInfo)
elseif VERSION v"1.11.0-DEV.879"
@static if VERSION v"1.11.0-DEV.879"
sigs_ex = :(analyzer::AbstractAnalyzer, @nospecialize(src), @nospecialize(info::CC.CallInfo), stmt_flag::UInt32)
args_ex = :(analyzer::AbstractInterpreter, src::Any, info::CC.CallInfo, stmt_flag::UInt32)
elseif VERSION v"1.11.0-DEV.377"
Expand Down

0 comments on commit 66485d6

Please sign in to comment.