summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/LangImpl4.html
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/tutorial/LangImpl4.html')
-rw-r--r--llvm/docs/tutorial/LangImpl4.html2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud