summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/dbg.ll
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-05-14 21:52:46 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-05-14 21:52:46 +0000
commit9ba72546880f5cc21a5f9f17a2e71774912520d8 (patch)
tree8dc7dbddb2aa00cda4c15f2acd24420e8440f3f3 /llvm/test/CodeGen/PowerPC/dbg.ll
parent7af6e6f2677c0b358483ce07197d7603351033a6 (diff)
downloadbcm5719-llvm-9ba72546880f5cc21a5f9f17a2e71774912520d8.tar.gz
bcm5719-llvm-9ba72546880f5cc21a5f9f17a2e71774912520d8.zip
DebugInfo: Sure up subprogram variable list handling with more assertions and fewer conditionals.
Many old tests using prior schemas still had some brokenness here (both indirect arrays and arrays with single bogus elements). Fixed those up so they don't hit the new assertions. Also reduced nesting in some places, etc. llvm-svn: 208817
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/dbg.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/dbg.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/dbg.ll b/llvm/test/CodeGen/PowerPC/dbg.ll
index 0d6c4a63e41..6beea558c0d 100644
--- a/llvm/test/CodeGen/PowerPC/dbg.ll
+++ b/llvm/test/CodeGen/PowerPC/dbg.ll
@@ -28,8 +28,7 @@ declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone
!10 = metadata !{i32 720911, null, null, metadata !"", i32 0, i64 64, i64 64, i64 0, i32 0, metadata !11} ; [ DW_TAG_pointer_type ]
!11 = metadata !{i32 720911, null, null, metadata !"", i32 0, i64 64, i64 64, i64 0, i32 0, metadata !12} ; [ DW_TAG_pointer_type ]
!12 = metadata !{i32 720932, null, null, metadata !"char", i32 0, i64 8, i64 8, i64 0, i32 0, i32 8} ; [ DW_TAG_base_type ]
-!13 = metadata !{metadata !14}
-!14 = metadata !{metadata !15, metadata !16}
+!13 = metadata !{metadata !15, metadata !16}
!15 = metadata !{i32 721153, metadata !5, metadata !"argc", metadata !6, i32 16777217, metadata !9, i32 0, i32 0} ; [ DW_TAG_arg_variable ]
!16 = metadata !{i32 721153, metadata !5, metadata !"argv", metadata !6, i32 33554433, metadata !10, i32 0, i32 0} ; [ DW_TAG_arg_variable ]
!17 = metadata !{i32 1, i32 14, metadata !5, null}
OpenPOWER on IntegriCloud