We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c49ce6 commit b184dd9Copy full SHA for b184dd9
llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl04.rst
@@ -86,7 +86,7 @@ instead of computing "``x+3``" twice.
86
87
Unfortunately, no amount of local analysis will be able to detect and
88
correct this. This requires two transformations: reassociation of
89
-expressions (to make the add's lexically identical) and Common
+expressions (to make the adds lexically identical) and Common
90
Subexpression Elimination (CSE) to delete the redundant add instruction.
91
Fortunately, LLVM provides a broad range of optimizations that you can
92
use, in the form of "passes".
0 commit comments