aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit2b5b4bad3dccbc87a2ca1c781497bc552f678689 (patch)
treeeab62d4f17d4ec491b2312d22b56732d04994f5c /docs/tutorial/LangImpl4.html
parent56cca5f13a13c8c59a8143825b23a25cf4831ba7 (diff)
downloadexternal_llvm-2b5b4bad3dccbc87a2ca1c781497bc552f678689.zip
external_llvm-2b5b4bad3dccbc87a2ca1c781497bc552f678689.tar.gz
external_llvm-2b5b4bad3dccbc87a2ca1c781497bc552f678689.tar.bz2
fix validator errors
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66688 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial/LangImpl4.html')
-rw-r--r--docs/tutorial/LangImpl4.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/LangImpl4.html b/docs/tutorial/LangImpl4.html
index 7e1fcfa..9a3bfd2 100644
--- a/docs/tutorial/LangImpl4.html
+++ b/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>