Author: lattner
Date: Wed Nov  7 01:07:55 2007
New Revision: 43813

URL: http://llvm.org/viewvc/llvm-project?rev=43813&view=rev
Log:
minor edit

Modified:
    llvm/trunk/docs/tutorial/index.html

Modified: llvm/trunk/docs/tutorial/index.html
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/index.html?rev=43813&r1=43812&r2=43813&view=diff

==============================================================================
--- llvm/trunk/docs/tutorial/index.html (original)
+++ llvm/trunk/docs/tutorial/index.html Wed Nov  7 01:07:55 2007
@@ -25,7 +25,7 @@
       <li><!--<a href="Tutorial5.html">-->Invoking the JIT</li>
     </ol>
   </li>
-  <li>Implementing a language with LLVM: Kaleidoscope
+  <li>Kaleidoscope: Implementing a Language with LLVM
   <ol>
     <li><a href="LangImpl1.html">Tutorial Introduction and the Lexer</a></li>
     <li><a href="LangImpl2.html">Implementing a Parser and AST</a></li>


_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to