From 56cca5f13a13c8c59a8143825b23a25cf4831ba7 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! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66687 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/tutorial/LangImpl6.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorial/LangImpl6.html') diff --git a/docs/tutorial/LangImpl6.html b/docs/tutorial/LangImpl6.html index 39febee..44ad15b 100644 --- a/docs/tutorial/LangImpl6.html +++ b/docs/tutorial/LangImpl6.html @@ -1357,7 +1357,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.1