summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/stack-protector-dbginfo.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/CodeGen/X86/stack-protector-dbginfo.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/CodeGen/X86/stack-protector-dbginfo.ll')
-rw-r--r--test/CodeGen/X86/stack-protector-dbginfo.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/stack-protector-dbginfo.ll b/test/CodeGen/X86/stack-protector-dbginfo.ll
index bd27ac3476..fb7e2db3e8 100644
--- a/test/CodeGen/X86/stack-protector-dbginfo.ll
+++ b/test/CodeGen/X86/stack-protector-dbginfo.ll
@@ -30,7 +30,7 @@ attributes #0 = { sspreq }
!2 = metadata !{metadata !3}
!3 = metadata !{i32 786436, metadata !1, metadata !4, metadata !"", i32 20, i64 32, i64 32, i32 0, i32 0, null, metadata !6, i32 0, null, null, null} ; [ DW_TAG_enumeration_type ] [line 20, size 32, align 32, offset 0] [def] [from ]
!4 = metadata !{i32 786451, metadata !1, null, metadata !"C", i32 19, i64 8, i64 8, i32 0, i32 0, null, metadata !5, i32 0, null, null, null} ; [ DW_TAG_structure_type ] [C] [line 19, size 8, align 8, offset 0] [def] [from ]
-!5 = metadata !{i32 0}
+!5 = metadata !{}
!6 = metadata !{metadata !7}
!7 = metadata !{i32 786472, metadata !"max_frame_size", i64 0} ; [ DW_TAG_enumerator ] [max_frame_size :: 0]
!8 = metadata !{metadata !9}