Kaleidoscope: Value => Metadata

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225320 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan P. N. Exon Smith 2015-01-06 23:48:22 +00:00
parent 7c659cc405
commit 82f16e76be

View File

@ -836,7 +836,7 @@ void DebugInfo::emitLocation(ExprAST *AST) {
}
static DICompositeType CreateFunctionType(unsigned NumArgs, DIFile Unit) {
SmallVector<Value *, 8> EltTys;
SmallVector<Metadata *, 8> EltTys;
DIType DblTy = KSDbgInfo.getDoubleTy();
// Add the result type.