mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +00:00
fixed typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211808 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user