0
0
mirror of https://github.com/llvm/llvm-project.git synced 2025-04-21 18:26:47 +00:00

Fix typo in LangImpl03.rst ()

This commit is contained in:
Dinu Blanovschi 2025-02-17 13:11:36 +01:00 committed by GitHub
parent 4c4fc4650f
commit 9c9157b256
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -313,7 +313,7 @@ in "``TheModule``"s symbol table.
Finally, we set the name of each of the function's arguments according to the
names given in the Prototype. This step isn't strictly necessary, but keeping
the names consistent makes the IR more readable, and allows subsequent code to
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
them up in the Prototype AST.
At this point we have a function prototype with no body. This is how LLVM IR