Mercurial > hg > CbC > CbC_llvm
diff docs/tutorial/OCamlLangImpl3.rst @ 95:afa8332a0e37 LLVM3.8
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 95c75e76d11b |
children | 7d135dc70f03 |
line wrap: on
line diff
--- a/docs/tutorial/OCamlLangImpl3.rst Wed Feb 18 14:56:07 2015 +0900 +++ b/docs/tutorial/OCamlLangImpl3.rst Tue Oct 13 17:48:58 2015 +0900 @@ -65,7 +65,7 @@ The ``Codegen.builder`` object is a helper object that makes it easy to generate LLVM instructions. Instances of the -```IRBuilder`` <http://llvm.org/doxygen/IRBuilder_8h-source.html>`_ +`IRBuilder <http://llvm.org/doxygen/IRBuilder_8h-source.html>`_ class keep track of the current place to insert instructions and has methods to create new instructions.