From bfdf23f07c73d29bddadb54a60316093478b5b2e Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Wed, 11 Mar 2009 19:51:07 +0000 Subject: Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC! llvm-svn: 66687 --- llvm/docs/tutorial/LangImpl4.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/tutorial/LangImpl4.html') diff --git a/llvm/docs/tutorial/LangImpl4.html b/llvm/docs/tutorial/LangImpl4.html index 95a8b6dd6a1..7e1fcfa0ff5 100644 --- a/llvm/docs/tutorial/LangImpl4.html +++ b/llvm/docs/tutorial/LangImpl4.html @@ -861,7 +861,7 @@ static PrototypeAST *ParseExtern() { //===----------------------------------------------------------------------===// static Module *TheModule; -static IRBuilder Builder; +static IRBuilder<> Builder; static std::map<std::string, Value*> NamedValues; static FunctionPassManager *TheFPM; -- cgit v1.2.3