[llvm-commits] [llvm] r43222 - /llvm/trunk/docs/tutorial/LangImpl2.html

Chris Lattner sabre at nondot.org
Mon Oct 22 09:44:32 PDT 2007


Author: lattner
Date: Mon Oct 22 11:44:31 2007
New Revision: 43222

URL: http://llvm.org/viewvc/llvm-project?rev=43222&view=rev
Log:
fit in 80 cols :)

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

Modified: llvm/trunk/docs/tutorial/LangImpl2.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl2.html?rev=43222&r1=43221&r2=43222&view=diff

==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl2.html (original)
+++ llvm/trunk/docs/tutorial/LangImpl2.html Mon Oct 22 11:44:31 2007
@@ -195,7 +195,8 @@
 our lexer will assume that CurTok is the current token that needs to be
 parsed.</p>
 
-<p>Again, we define these with global variables; it would be better design to wrap the entire parser in a class and use instance variables for these.
+<p>Again, we define these with global variables; it would be better design to 
+wrap the entire parser in a class and use instance variables for these.
 </p>
 
 <div class="doc_code">





More information about the llvm-commits mailing list