summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/2011-12-16-BadStructRef.ll
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-02-04 01:23:52 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-02-04 01:23:52 +0000
commit5e390e4df7db1ca76eaf2c31691cbb4b64963b61 (patch)
tree5c3392414c97c774b05fbafd6e6b19a1f3060671 /llvm/test/DebugInfo/X86/2011-12-16-BadStructRef.ll
parente6bf06bbdcf80d6480584318675fedd46cc4d86e (diff)
downloadbcm5719-llvm-5e390e4df7db1ca76eaf2c31691cbb4b64963b61.tar.gz
bcm5719-llvm-5e390e4df7db1ca76eaf2c31691cbb4b64963b61.zip
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. llvm-svn: 200731
Diffstat (limited to 'llvm/test/DebugInfo/X86/2011-12-16-BadStructRef.ll')
-rw-r--r--llvm/test/DebugInfo/X86/2011-12-16-BadStructRef.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/2011-12-16-BadStructRef.ll b/llvm/test/DebugInfo/X86/2011-12-16-BadStructRef.ll
index 5e6a6014d69..8898cf1f305 100644
--- a/llvm/test/DebugInfo/X86/2011-12-16-BadStructRef.ll
+++ b/llvm/test/DebugInfo/X86/2011-12-16-BadStructRef.ll
@@ -90,7 +90,7 @@ entry:
!llvm.module.flags = !{!83}
!0 = metadata !{i32 720913, metadata !82, i32 4, metadata !"clang version 3.1 (trunk 146596)", i1 false, metadata !"", i32 0, metadata !1, metadata !3, metadata !27, metadata !1, metadata !1, metadata !""} ; [ DW_TAG_compile_unit ]
-!1 = metadata !{i32 0}
+!1 = metadata !{}
!3 = metadata !{metadata !5, metadata !9}
!5 = metadata !{i32 720898, metadata !82, null, metadata !"bar", i32 9, i64 128, i64 64, i32 0, i32 0, null, metadata !7, i32 0, null, null, null} ; [ DW_TAG_class_type ] [bar] [line 9, size 128, align 64, offset 0] [def] [from ]
!6 = metadata !{i32 720937, metadata !82} ; [ DW_TAG_file_type ]
OpenPOWER on IntegriCloud