summaryrefslogtreecommitdiff
path: root/docs/tutorial/LangImpl4.html
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2007-10-25 06:50:30 +0000
committerOwen Anderson <resistor@mac.com>2007-10-25 06:50:30 +0000
commit6867aec14856773efd4b1f7b47510c2ba7e27040 (patch)
treed25e5c5da188298e9779285bd29d28e66faac396 /docs/tutorial/LangImpl4.html
parent18f09925a2133150070a8d46199433e175a57473 (diff)
downloadllvm-6867aec14856773efd4b1f7b47510c2ba7e27040.tar.gz
llvm-6867aec14856773efd4b1f7b47510c2ba7e27040.tar.bz2
llvm-6867aec14856773efd4b1f7b47510c2ba7e27040.tar.xz
Fix an obvious typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43333 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 5c3f58db86..1048f730a1 100644
--- a/docs/tutorial/LangImpl4.html
+++ b/docs/tutorial/LangImpl4.html
@@ -94,7 +94,7 @@ entry:
</div>
<p>Well, that was easy. :) In practice, we recommend always using
-<tt>LLVMConstantBuilder</tt> when generating code like this. It has no
+<tt>LLVMFoldingBuilder</tt> when generating code like this. It has no
"syntactic overhead" for its use (you don't have to uglify your compiler with
constant checks everywhere) and it can dramatically reduce the amount of
LLVM IR that is generated in some cases (particular for languages with a macro