Skip to content

Commit 94396ad

Browse files
committed
Delete unnecessary pessimization of !
1 parent f760f5d commit 94396ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

base/compiler/abstractinterpretation.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,6 @@ function abstract_call_known(interp::AbstractInterpreter, @nospecialize(f),
15111511
tristate_merge!(sv, Effects()) # TODO
15121512
return return_type_tfunc(interp, argtypes, sv)
15131513
elseif la == 2 && istopfunction(f, :!)
1514-
tristate_merge!(sv, Effects()) # TODO
15151514
# handle Conditional propagation through !Bool
15161515
aty = argtypes[2]
15171516
if isa(aty, Conditional)

0 commit comments

Comments
 (0)