From 82f16e76be08e140b86af371e201d9806ba10b2d Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Tue, 6 Jan 2015 23:48:22 +0000 Subject: [PATCH] Kaleidoscope: Value => Metadata git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225320 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/Kaleidoscope/Chapter8/toy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Kaleidoscope/Chapter8/toy.cpp b/examples/Kaleidoscope/Chapter8/toy.cpp index eaa07ee93f4..961a0f89cac 100644 --- a/examples/Kaleidoscope/Chapter8/toy.cpp +++ b/examples/Kaleidoscope/Chapter8/toy.cpp @@ -836,7 +836,7 @@ void DebugInfo::emitLocation(ExprAST *AST) { } static DICompositeType CreateFunctionType(unsigned NumArgs, DIFile Unit) { - SmallVector EltTys; + SmallVector EltTys; DIType DblTy = KSDbgInfo.getDoubleTy(); // Add the result type.