diff options
Diffstat (limited to 'contrib/llvm/lib/IR/DebugInfo.cpp')
| -rw-r--r-- | contrib/llvm/lib/IR/DebugInfo.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/lib/IR/DebugInfo.cpp b/contrib/llvm/lib/IR/DebugInfo.cpp index 77585ee30cd8..165c881c13e7 100644 --- a/contrib/llvm/lib/IR/DebugInfo.cpp +++ b/contrib/llvm/lib/IR/DebugInfo.cpp @@ -1329,7 +1329,7 @@ LLVMMetadataRef LLVMDIBuilderCreateParameterVariable(      size_t NameLen, unsigned ArgNo, LLVMMetadataRef File, unsigned LineNo,      LLVMMetadataRef Ty, LLVMBool AlwaysPreserve, LLVMDIFlags Flags) {    return wrap(unwrap(Builder)->createParameterVariable( -                  unwrap<DIScope>(Scope), Name, ArgNo, unwrap<DIFile>(File), +                  unwrap<DIScope>(Scope), {Name, NameLen}, ArgNo, unwrap<DIFile>(File),                    LineNo, unwrap<DIType>(Ty), AlwaysPreserve,                    map_from_llvmDIFlags(Flags)));  }  | 
