mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-21 18:26:47 +00:00
Fix typo in LangImpl03.rst (#127389)
This commit is contained in:
parent
4c4fc4650f
commit
9c9157b256
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user