aboutsummaryrefslogtreecommitdiffstats
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
commit4908d569467d554df6b0e867d1bbcaf00b1d6e3d (patch)
treed25e5c5da188298e9779285bd29d28e66faac396 /docs/tutorial/LangImpl4.html
parenta7e5ef4a74bc23bcdc2a74b1f7a06d6244dec3c0 (diff)
downloadexternal_llvm-4908d569467d554df6b0e867d1bbcaf00b1d6e3d.zip
external_llvm-4908d569467d554df6b0e867d1bbcaf00b1d6e3d.tar.gz
external_llvm-4908d569467d554df6b0e867d1bbcaf00b1d6e3d.tar.bz2
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 5c3f58d..1048f73 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