mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emits zero-length arrays as {i32 0}
A bunch of test cases needed to be cleaned up for this, many my fault - when implementid imported modules I updated test cases by simply duplicating the prior metadata field - which wasn't always the empty metadata entry. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200731 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -124,6 +124,6 @@ declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone
|
||||
!44 = metadata !{i32 786688, metadata !39, metadata !"k", metadata !2, i32 26, metadata !13, i32 0, i32 0} ; [ DW_TAG_auto_variable ]
|
||||
!45 = metadata !{i32 27, i32 0, metadata !39, null}
|
||||
!46 = metadata !{metadata !0, metadata !9, metadata !16, metadata !17, metadata !20}
|
||||
!47 = metadata !{i32 0}
|
||||
!47 = metadata !{}
|
||||
!48 = metadata !{metadata !"small.cc", metadata !"/Users/manav/R8248330"}
|
||||
!49 = metadata !{i32 1, metadata !"Debug Info Version", i32 1}
|
||||
|
Reference in New Issue
Block a user