diff --git a/llvm/docs/tutorial/LangImpl4.html b/llvm/docs/tutorial/LangImpl4.html index 7e1fcfa0ff52..9a3bfd21471e 100644 --- a/llvm/docs/tutorial/LangImpl4.html +++ b/llvm/docs/tutorial/LangImpl4.html @@ -87,7 +87,7 @@ entry: -Constant folding, as seen above, in particular, is a very common and very +

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.

diff --git a/llvm/docs/tutorial/OCamlLangImpl1.html b/llvm/docs/tutorial/OCamlLangImpl1.html index 77b492fd5eb7..3c0fd8b1c690 100644 --- a/llvm/docs/tutorial/OCamlLangImpl1.html +++ b/llvm/docs/tutorial/OCamlLangImpl1.html @@ -277,7 +277,7 @@ and lex_ident buffer = parser -Numeric values are similar:

+

Numeric values are similar: