summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/dbg-const.ll
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2013-07-26 20:04:30 +0000
committerManman Ren <manman.ren@gmail.com>2013-07-26 20:04:30 +0000
commitcc4e4d80fe58c89f48ffe29f24e286ea38f241bf (patch)
tree618e816dda00db0d0e0c8153374fc5b2581d986e /llvm/test/CodeGen/X86/dbg-const.ll
parent6912415f3fea34364f54e4ef267355e0baf4440c (diff)
downloadbcm5719-llvm-cc4e4d80fe58c89f48ffe29f24e286ea38f241bf.tar.gz
bcm5719-llvm-cc4e4d80fe58c89f48ffe29f24e286ea38f241bf.zip
Debug Info Verifier: enable verification of DICompileUnit.
We used to call Verify before adding DICompileUnit to the list, and now we remove the check and always add DICompileUnit to the list in DebugInfoFinder, so we can verify them later on. llvm-svn: 187237
Diffstat (limited to 'llvm/test/CodeGen/X86/dbg-const.ll')
-rw-r--r--llvm/test/CodeGen/X86/dbg-const.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/dbg-const.ll b/llvm/test/CodeGen/X86/dbg-const.ll
index 199e409e1f7..b37eb0af48e 100644
--- a/llvm/test/CodeGen/X86/dbg-const.ll
+++ b/llvm/test/CodeGen/X86/dbg-const.ll
@@ -32,7 +32,7 @@ declare i32 @bar() nounwind readnone
!0 = metadata !{i32 786478, metadata !15, metadata !1, metadata !"foobar", metadata !"foobar", metadata !"foobar", i32 12, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 true, i32 ()* @foobar, null, null, metadata !14, i32 0} ; [ DW_TAG_subprogram ]
!1 = metadata !{i32 786473, metadata !15} ; [ DW_TAG_file_type ]
-!2 = metadata !{i32 786449, i32 12, metadata !1, metadata !"clang version 2.9 (trunk 114183)", i1 true, metadata !"", i32 0, null, null, metadata !13, null, null, metadata !""} ; [ DW_TAG_compile_unit ]
+!2 = metadata !{i32 786449, metadata !15, i32 12, metadata !"clang version 2.9 (trunk 114183)", i1 true, metadata !"", i32 0, metadata !16, metadata !16, metadata !13, null, null, metadata !""} ; [ DW_TAG_compile_unit ]
!3 = metadata !{i32 786453, metadata !15, metadata !1, metadata !"", i32 0, i64 0, i64 0, i64 0, i32 0, null, metadata !4, i32 0, null}
!4 = metadata !{metadata !5}
!5 = metadata !{i32 786468, metadata !15, metadata !1, metadata !"int", i32 0, i64 32, i64 32, i64 0, i32 0, i32 5}
@@ -46,3 +46,4 @@ declare i32 @bar() nounwind readnone
!13 = metadata !{metadata !0}
!14 = metadata !{metadata !6}
!15 = metadata !{metadata !"mu.c", metadata !"/private/tmp"}
+!16 = metadata !{i32 0}
OpenPOWER on IntegriCloud