Fix an obvious typo.
authorOwen Anderson <resistor@mac.com>
Thu, 25 Oct 2007 06:50:30 +0000 (06:50 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 25 Oct 2007 06:50:30 +0000 (06:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43333 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tutorial/LangImpl4.html

index 5c3f58db868526f643a5b57bb2cb6c1bde0a21ac..1048f730a1632f7985f1990b4590dcf2b8ecb2b7 100644 (file)
@@ -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