From 1ced282c7382d8734c80bef16ba3f040ed8d6bbc Mon Sep 17 00:00:00 2001 From: Gordon Henriksen Date: Mon, 12 Nov 2007 13:46:21 +0000 Subject: [PATCH] Typo fix in the tutorial. llvm-svn: 44014 --- llvm/docs/tutorial/LangImpl5.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/tutorial/LangImpl5.html b/llvm/docs/tutorial/LangImpl5.html index 514b9f1a4ee3..837815a77ddc 100644 --- a/llvm/docs/tutorial/LangImpl5.html +++ b/llvm/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):