mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-25 16:30:05 +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:
parent
9ad9c96755
commit
3259c25b3a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user