From: Duncan P. N. Exon Smith Date: Tue, 6 Jan 2015 23:48:22 +0000 (+0000) Subject: Kaleidoscope: Value => Metadata X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=82f16e76be08e140b86af371e201d9806ba10b2d;p=oota-llvm.git Kaleidoscope: Value => Metadata git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225320 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.