Skip to content

Commit

Permalink
Update local-variables.rst
Browse files Browse the repository at this point in the history
update link fixes #41
  • Loading branch information
f0rki committed Jan 24, 2022
1 parent a594aae commit 4678c29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions basic-constructs/local-variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ possibly can. That way you don't have to ensure that the generated
program is in SSA form but can generate code without having to worry
about this aspect of the code generation.

This trick is also described in chapter 7.4, `Mutable Variables in
Kaleidoscope <https://www.llvm.org/docs/tutorial/OCamlLangImpl7.html#mutable-variables-in-kaleidoscope>`__,
in the OCaml tutorial on the `LLVM website <https://www.llvm.org>`__.
This trick is also described in the chapter on `Mutable Variables in
Kaleidoscope <https://www.llvm.org/docs/tutorial/MyFirstLanguageFrontend/LangImpl07.html#mutable-variables-in-kaleidoscope>`__,
in the tutorial on the `LLVM website <https://www.llvm.org>`__.

0 comments on commit 4678c29

Please sign in to comment.