From 99005a4b3b7d4a76e05bf81e8c42c5c39f206f8a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 5 Nov 2007 19:10:15 +0000 Subject: [PATCH] TOC for chapter 8 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43724 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/tutorial/LangImpl8.html | 31 +++++++++++++++++++++++++++---- docs/tutorial/index.html | 2 +- 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/docs/tutorial/LangImpl8.html b/docs/tutorial/LangImpl8.html index c0c7bbb09a8..9a1a8a28ced 100644 --- a/docs/tutorial/LangImpl8.html +++ b/docs/tutorial/LangImpl8.html @@ -3,8 +3,7 @@ - Kaleidoscope: Conclusion, ideas for extensions, and other useful - tidbits + Kaleidoscope: Conclusion and other useful LLVM tidbits @@ -12,14 +11,38 @@ -
Kaleidoscope: Conclusion
+
Kaleidoscope: Conclusion and other useful LLVM + tidbits
+ + +

Written by Chris Lattner

-
Tutorial Conclusion
+
Tutorial Conclusion
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html index 52ce42bd464..2406ebe1ebf 100644 --- a/docs/tutorial/index.html +++ b/docs/tutorial/index.html @@ -34,7 +34,7 @@
  • Extending the language: control flow
  • Extending the language: user-defined operators
  • Extending the language: mutable variables / SSA construction
  • -
  • Conclusion, ideas for extensions, and other useful tidbits
  • +
  • Conclusion and other useful LLVM tidbits
  • Advanced Topics