summaryrefslogtreecommitdiff
path: root/test/DebugInfo/2009-11-10-CurrentFn.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
commitcec7ce78d7fbf467aab075a3ce1fd128261b1a88 (patch)
tree2d4caac78fa8f074aa95ef77ca6d9512e4acfb48 /test/DebugInfo/2009-11-10-CurrentFn.ll
parentee3a79a1e482e4bef1ebca525ec586dd2d4a69e2 (diff)
downloadllvm-cec7ce78d7fbf467aab075a3ce1fd128261b1a88.tar.gz
llvm-cec7ce78d7fbf467aab075a3ce1fd128261b1a88.tar.bz2
llvm-cec7ce78d7fbf467aab075a3ce1fd128261b1a88.tar.xz
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
Diffstat (limited to 'test/DebugInfo/2009-11-10-CurrentFn.ll')
-rw-r--r--test/DebugInfo/2009-11-10-CurrentFn.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2009-11-10-CurrentFn.ll b/test/DebugInfo/2009-11-10-CurrentFn.ll
index d154c43998..151d631d68 100644
--- a/test/DebugInfo/2009-11-10-CurrentFn.ll
+++ b/test/DebugInfo/2009-11-10-CurrentFn.ll
@@ -14,7 +14,7 @@ declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone
!llvm.module.flags = !{!18}
!0 = metadata !{i32 720913, metadata !17, i32 12, metadata !"clang version 3.0 (trunk 139632)", i1 true, metadata !"", i32 0, metadata !1, metadata !1, metadata !3, metadata !1, null, metadata !""} ; [ DW_TAG_compile_unit ]
-!1 = metadata !{i32 0}
+!1 = metadata !{}
!3 = metadata !{metadata !5}
!5 = metadata !{i32 720942, metadata !17, metadata !6, metadata !"bar", metadata !"bar", metadata !"", i32 3, metadata !7, i1 false, i1 true, i32 0, i32 0, null, i32 256, i1 true, void (i32)* @bar, null, null, metadata !9, metadata !""} ; [ DW_TAG_subprogram ] [line 3] [def] [scope 0] [bar]
!6 = metadata !{i32 720937, metadata !17} ; [ DW_TAG_file_type ]