mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
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:
parent
7c659cc405
commit
82f16e76be
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user