summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/instcombine-instrinsics.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/DebugInfo/X86/instcombine-instrinsics.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/DebugInfo/X86/instcombine-instrinsics.ll')
-rw-r--r--llvm/test/DebugInfo/X86/instcombine-instrinsics.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/instcombine-instrinsics.ll b/llvm/test/DebugInfo/X86/instcombine-instrinsics.ll
index 44668284155..886b0ebaf3e 100644
--- a/llvm/test/DebugInfo/X86/instcombine-instrinsics.ll
+++ b/llvm/test/DebugInfo/X86/instcombine-instrinsics.ll
@@ -61,7 +61,7 @@ declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone
!llvm.dbg.cu = !{!0}
-!0 = metadata !{i32 786449, metadata !1, i32 12, metadata !"clang version 3.3 ", i1 true, metadata !"", i32 0, metadata !2, metadata !2, metadata !3, metadata !48, metadata !""} ; [ DW_TAG_compile_unit ]
+!0 = metadata !{i32 786449, metadata !1, i32 12, metadata !"clang version 3.3 ", i1 true, metadata !"", i32 0, metadata !2, metadata !2, metadata !3, metadata !48, null, metadata !""} ; [ DW_TAG_compile_unit ]
!1 = metadata !{metadata !"i1", metadata !""}
!2 = metadata !{i32 0}
!3 = metadata !{metadata !4, metadata !21, metadata !33, metadata !47}
OpenPOWER on IntegriCloud