Merge LLVMBuilder and FoldingBuilder, calling
[oota-llvm.git] / docs / tutorial / OCamlLangImpl4.html
index 4e267b80f5761e8a5e74c2a8c82830ad02b52d75..ffa85d51dfb7891ac757e5c79876f749c9f1f0db 100644 (file)
@@ -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,