[llvm-commits] [llvm] r44014 - /llvm/trunk/docs/tutorial/LangImpl5.html
Gordon Henriksen
gordonhenriksen at mac.com
Mon Nov 12 05:46:21 PST 2007
Author: gordon
Date: Mon Nov 12 07:46:21 2007
New Revision: 44014
URL: http://llvm.org/viewvc/llvm-project?rev=44014&view=rev
Log:
Typo fix in the tutorial.
Modified:
llvm/trunk/docs/tutorial/LangImpl5.html
Modified: llvm/trunk/docs/tutorial/LangImpl5.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl5.html?rev=44014&r1=44013&r2=44014&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl5.html (original)
+++ llvm/trunk/docs/tutorial/LangImpl5.html Mon Nov 12 07:46:21 2007
@@ -659,8 +659,8 @@
<div class="doc_text">
<p>Now we get to the good part: the LLVM IR we want to generate for this thing.
-With the simple example above, we get this LLVM IR (note that I generated this
-dump is generated with optimizations disabled for clarity):
+With the simple example above, we get this LLVM IR (note that this dump is
+generated with optimizations disabled for clarity):
</p>
<div class="doc_code">
More information about the llvm-commits
mailing list