summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/dbg.ll
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2013-07-24 17:10:09 +0000
committerManman Ren <manman.ren@gmail.com>2013-07-24 17:10:09 +0000
commitfdfc1ebfbc52e752704f8d7a74ff41eacaad2d25 (patch)
treeefc3aaa82eadf9a8b89e9da6a628a60c84cb2cd0 /llvm/test/CodeGen/PowerPC/dbg.ll
parentedf0d38c9d3ef522a43d2cb514c90794eaa50dfd (diff)
downloadbcm5719-llvm-fdfc1ebfbc52e752704f8d7a74ff41eacaad2d25.tar.gz
bcm5719-llvm-fdfc1ebfbc52e752704f8d7a74ff41eacaad2d25.zip
Debug Info: improve the Finder.
Improve the Finder to handle context of a DIVariable used by DbgValueInst. Fix testing cases to make them pass the verifier. llvm-svn: 187052
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/dbg.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/dbg.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/dbg.ll b/llvm/test/CodeGen/PowerPC/dbg.ll
index 840ce984a16..77665580a1a 100644
--- a/llvm/test/CodeGen/PowerPC/dbg.ll
+++ b/llvm/test/CodeGen/PowerPC/dbg.ll
@@ -19,7 +19,7 @@ declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone
!0 = metadata !{i32 720913, i32 12, metadata !6, metadata !"clang version 3.1", i1 true, metadata !"", i32 0, metadata !1, metadata !1, metadata !3, metadata !1, metadata !""} ; [ DW_TAG_compile_unit ]
!1 = metadata !{i32 0}
!3 = metadata !{metadata !5}
-!5 = metadata !{i32 720942, metadata !6, metadata !"main", metadata !"main", metadata !"", metadata !6, i32 1, metadata !7, i1 false, i1 true, i32 0, i32 0, null, i32 256, i1 true, i32 (i32, i8**)* @main, null, null, metadata !13} ; [ DW_TAG_subprogram ]
+!5 = metadata !{i32 720942, metadata !6, null, metadata !"main", metadata !"main", metadata !"", i32 1, metadata !7, i1 false, i1 true, i32 0, i32 0, null, i32 256, i1 true, i32 (i32, i8**)* @main, null, null, metadata !13, i32 0} ; [ DW_TAG_subprogram ]
!6 = metadata !{i32 720937, metadata !"dbg.c", metadata !"/src", null} ; [ DW_TAG_file_type ]
!7 = metadata !{i32 720917, i32 0, metadata !"", i32 0, i32 0, i64 0, i64 0, i64 0, i32 0, null, metadata !8, i32 0, i32 0} ; [ DW_TAG_subroutine_type ]
!8 = metadata !{metadata !9, metadata !9, metadata !10}
OpenPOWER on IntegriCloud