Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith authored Mar 21, 2022
1 parent a0de3c9 commit 7681576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/compiler/abstractinterpretation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function merge_statement_effect!(sv::InferenceState, effects::Effects)
stmt_inbounds ? effects.nothrow_if_inbounds : effects.nothrow,
propagate_inbounds ? effects.nothrow_if_inbounds :
(effects.nothrow === ALWAYS_TRUE ? ALWAYS_TRUE : TRISTATE_UNKNOWN),
effects.terminates
effects.terminates,
effects.overlayed
)
tristate_merge!(sv, adjusted_effects)
Expand Down

0 comments on commit 7681576

Please sign in to comment.