mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:49:45 +00:00
fixed typo
llvm-svn: 211808
This commit is contained in:
parent
cbe6cfcc8e
commit
14259e2914
@ -50,7 +50,7 @@ C
|
|||||||
Common Subexpression Elimination. An optimization that removes common
|
Common Subexpression Elimination. An optimization that removes common
|
||||||
subexpression compuation. For example ``(a+b)*(a+b)`` has two subexpressions
|
subexpression compuation. For example ``(a+b)*(a+b)`` has two subexpressions
|
||||||
that are the same: ``(a+b)``. This optimization would perform the addition
|
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).
|
correct/safe).
|
||||||
|
|
||||||
D
|
D
|
||||||
|
Loading…
Reference in New Issue
Block a user