Remove unnecessary field

llvm-svn: 343624
This commit is contained in:
Adrian Prantl 2018-10-02 20:14:12 +00:00
parent 9a3af5a4f1
commit be50052a2b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ attributes #0 = { noinline nounwind optnone ssp uwtable }
!0 = !DIGlobalVariableExpression(var: !1, expr: !DIExpression(DW_OP_deref))
!1 = distinct !DIGlobalVariable(name: "i", scope: !2, file: !3, line: 1, type: !9, isLocal: false, isDefinition: true)
!2 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, emissionKind: FullDebug, globals: !5, nameTableKind: None)
!2 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, emissionKind: FullDebug, globals: !5)
!3 = !DIFile(filename: "globals.c", directory: "/")
!4 = !{}
!5 = !{!0, !6}