Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211808 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rotateright committed Jun 26, 2014
1 parent 9ad9c96 commit 3259c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Lexicon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ C
Common Subexpression Elimination. An optimization that removes common
subexpression compuation. For example ``(a+b)*(a+b)`` has two subexpressions
that are the same: ``(a+b)``. This optimization would perform the addition
only once and then perform the multiply (but only if it's compulationally
only once and then perform the multiply (but only if it's computationally
correct/safe).

D
Expand Down

0 comments on commit 3259c25

Please sign in to comment.