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.