summaryrefslogtreecommitdiffstats
path: root/llvm/docs
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
commit4cee0451f0f78c211ef61065da7487f20ce8baa4 (patch)
tree150d931430249c05835f96cdf64db283752a6098 /llvm/docs
parent4c209da8485215c8cbc528253d73a5b9342e2624 (diff)
downloadbcm5719-llvm-4cee0451f0f78c211ef61065da7487f20ce8baa4.tar.gz
bcm5719-llvm-4cee0451f0f78c211ef61065da7487f20ce8baa4.zip
Fix an obvious typo.
llvm-svn: 43333
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/tutorial/LangImpl4.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl4.html b/llvm/docs/tutorial/LangImpl4.html
index 5c3f58db868..1048f730a16 100644
--- a/llvm/docs/tutorial/LangImpl4.html
+++ b/llvm/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
OpenPOWER on IntegriCloud