diff options
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r-- | llvm/docs/tutorial/LangImpl02.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl02.rst b/llvm/docs/tutorial/LangImpl02.rst index 701cbc96113..ac8d2d79874 100644 --- a/llvm/docs/tutorial/LangImpl02.rst +++ b/llvm/docs/tutorial/LangImpl02.rst @@ -708,7 +708,7 @@ For example, here is a sample interaction: There is a lot of room for extension here. You can define new AST nodes, extend the language in many ways, etc. In the `next -installment <LangImpl3.html>`_, we will describe how to generate LLVM +installment <LangImpl03.html>`_, we will describe how to generate LLVM Intermediate Representation (IR) from the AST. Full Code Listing |