From: Gordon Henriksen Date: Mon, 12 Nov 2007 13:46:21 +0000 (+0000) Subject: Typo fix in the tutorial. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=bb310f1b9bef12ac97cbcd0e2777a153de87c5c4 Typo fix in the tutorial. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44014 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/tutorial/LangImpl5.html b/docs/tutorial/LangImpl5.html index 514b9f1a4ee..837815a77dd 100644 --- a/docs/tutorial/LangImpl5.html +++ b/docs/tutorial/LangImpl5.html @@ -659,8 +659,8 @@ the 'for' Loop

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):