aboutsummaryrefslogtreecommitdiff
path: root/docs/tutorial/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial/index.html')
-rw-r--r--docs/tutorial/index.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html
index bfaafe7265f3..250b533f3f8a 100644
--- a/docs/tutorial/index.html
+++ b/docs/tutorial/index.html
@@ -15,16 +15,6 @@
<div class="doc_title"> LLVM Tutorial: Table of Contents </div>
<ol>
- <li><!--<a href="Introduction.html">-->An Introduction to LLVM: Basic Concepts and Design</li>
- <li>Simple JIT Tutorials
- <ol>
- <li><a href="JITTutorial1.html">A First Function</a></li>
- <li><a href="JITTutorial2.html">A More Complicated Function</a></li>
- <li><!--<a href="Tutorial3.html">-->Running Optimizations</li>
- <li><!--<a href="Tutorial4.html">-->Reading and Writing Bitcode</li>
- <li><!--<a href="Tutorial5.html">-->Invoking the JIT</li>
- </ol>
- </li>
<li>Kaleidoscope: Implementing a Language with LLVM
<ol>
<li><a href="LangImpl1.html">Tutorial Introduction and the Lexer</a></li>