From 6867aec14856773efd4b1f7b47510c2ba7e27040 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Thu, 25 Oct 2007 06:50:30 +0000 Subject: [PATCH] Fix an obvious typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43333 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/tutorial/LangImpl4.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/LangImpl4.html b/docs/tutorial/LangImpl4.html index 5c3f58db868..1048f730a16 100644 --- a/docs/tutorial/LangImpl4.html +++ b/docs/tutorial/LangImpl4.html @@ -94,7 +94,7 @@ entry:

Well, that was easy. :) In practice, we recommend always using -LLVMConstantBuilder when generating code like this. It has no +LLVMFoldingBuilder 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 -- 2.34.1