diff options
Diffstat (limited to 'docs/tutorial/OCamlLangImpl4.html')
-rw-r--r-- | docs/tutorial/OCamlLangImpl4.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/tutorial/OCamlLangImpl4.html b/docs/tutorial/OCamlLangImpl4.html index 4e267b8..ffa85d5 100644 --- a/docs/tutorial/OCamlLangImpl4.html +++ b/docs/tutorial/OCamlLangImpl4.html @@ -58,7 +58,8 @@ Folding</a></div> <div class="doc_text"> -<p><b>Note:</b> the ocaml bindings already use <tt>LLVMFoldingBuilder</tt>.<p> +<p><b>Note:</b> the default <tt>IRBuilder</tt> now always includes the constant +folding optimisations below.<p> <p> Our demonstration for Chapter 3 is elegant and easy to extend. Unfortunately, |