Skip to content

Commit 3a2d1de

Browse files
Update code.jl
1 parent 1d79051 commit 3a2d1de

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/code.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -860,12 +860,6 @@ end
860860
"""
861861
$(TYPEDSIGNATURES)
862862
863-
Perform Common Subexpression Elimination on the given expression `expr`. Return an
864-
equivalent `expr` with optimized computation.
865-
"""
866-
"""
867-
cse(expr)
868-
869863
Perform common subexpression elimination on an expression.
870864
871865
This optimization identifies repeated subexpressions and replaces them with

0 commit comments

Comments
 (0)