Fix Wdocumentation unknown parameter warning. NFCI.

llvm-svn: 374171
This commit is contained in:
Simon Pilgrim 2019-10-09 14:26:09 +00:00
parent 59fcff6cfd
commit b3d2b15894

View File

@ -539,7 +539,7 @@ LLVMDIBuilderCreateSubroutineType(LLVMDIBuilderRef Builder,
* @param Builder The DIBuilder.
* @param ParentMacroFile Macro parent (could be NULL).
* @param Line Source line number where the macro is defined.
* @param MacroType DW_MACINFO_define or DW_MACINFO_undef.
* @param RecordType DW_MACINFO_define or DW_MACINFO_undef.
* @param Name Macro name.
* @param NameLen Macro name length.
* @param Value Macro value.