diff options
author | Chris Lattner <sabre@nondot.org> | 2007-11-05 19:10:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-11-05 19:10:15 +0000 |
commit | fd3cb0890b74b62cdd8dbfd966145403b609e736 (patch) | |
tree | 634165f5c24ca8266bc78ceb405eae8a9f16da0b /llvm/docs/tutorial/index.html | |
parent | 639a18dc26a0a242da2d2124c1f109c017d00244 (diff) | |
download | bcm5719-llvm-fd3cb0890b74b62cdd8dbfd966145403b609e736.tar.gz bcm5719-llvm-fd3cb0890b74b62cdd8dbfd966145403b609e736.zip |
TOC for chapter 8
llvm-svn: 43724
Diffstat (limited to 'llvm/docs/tutorial/index.html')
-rw-r--r-- | llvm/docs/tutorial/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/index.html b/llvm/docs/tutorial/index.html index 52ce42bd464..2406ebe1ebf 100644 --- a/llvm/docs/tutorial/index.html +++ b/llvm/docs/tutorial/index.html @@ -34,7 +34,7 @@ <li><a href="LangImpl5.html">Extending the language: control flow</a></li> <li><a href="LangImpl6.html">Extending the language: user-defined operators</a></li> <li><a href="LangImpl7.html">Extending the language: mutable variables / SSA construction</a></li> - <li><a href="LangImpl8.html">Conclusion, ideas for extensions, and other useful tidbits</a></li> + <li><a href="LangImpl8.html">Conclusion and other useful LLVM tidbits</a></li> </ol></li> <li>Advanced Topics <ol> |