summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/LangImpl4.html
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-03-11 20:04:08 +0000
committerGabor Greif <ggreif@gmail.com>2009-03-11 20:04:08 +0000
commit605c7cab75e00172a4927f338eb770e8410025c8 (patch)
treeb0b6561f4329882eff2e02a77e492003c2249bb9 /llvm/docs/tutorial/LangImpl4.html
parentbfdf23f07c73d29bddadb54a60316093478b5b2e (diff)
downloadbcm5719-llvm-605c7cab75e00172a4927f338eb770e8410025c8.tar.gz
bcm5719-llvm-605c7cab75e00172a4927f338eb770e8410025c8.zip
fix validator errors
llvm-svn: 66688
Diffstat (limited to 'llvm/docs/tutorial/LangImpl4.html')
-rw-r--r--llvm/docs/tutorial/LangImpl4.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl4.html b/llvm/docs/tutorial/LangImpl4.html
index 7e1fcfa0ff5..9a3bfd21471 100644
--- a/llvm/docs/tutorial/LangImpl4.html
+++ b/llvm/docs/tutorial/LangImpl4.html
@@ -87,7 +87,7 @@ entry:
</pre>
</div>
-Constant folding, as seen above, in particular, is a very common and very
+<p>Constant folding, as seen above, in particular, is a very common and very
important optimization: so much so that many language implementors implement
constant folding support in their AST representation.</p>
OpenPOWER on IntegriCloud