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 4c4fc46 commit 9c9157bCopy full SHA for 9c9157b
llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
@@ -313,7 +313,7 @@ in "``TheModule``"s symbol table.
313
Finally, we set the name of each of the function's arguments according to the
314
names given in the Prototype. This step isn't strictly necessary, but keeping
315
the names consistent makes the IR more readable, and allows subsequent code to
316
-refer directly to the arguments for their names, rather than having to look up
+refer directly to the arguments for their names, rather than having to look
317
them up in the Prototype AST.
318
319
At this point we have a function prototype with no body. This is how LLVM IR
0 commit comments