diff options
| author | Tobias Grosser <tobias@grosser.es> | 2015-01-15 07:02:12 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2015-01-15 07:02:12 +0000 |
| commit | be30c2c56eeb2e2532a4a5f6d67aa64e9e58c7b9 (patch) | |
| tree | 9661e173c08f50d9385e21de962be5882b1dba3a /polly/test/Isl/CodeGen/LoopParallelMD | |
| parent | 5a831ee5fde646d7f435b732b3694cf6e7d8be14 (diff) | |
| download | bcm5719-llvm-be30c2c56eeb2e2532a4a5f6d67aa64e9e58c7b9.tar.gz bcm5719-llvm-be30c2c56eeb2e2532a4a5f6d67aa64e9e58c7b9.zip | |
Adjust to the new explicit debug metadata
This fixes the outfall of r226048
llvm-svn: 226134
Diffstat (limited to 'polly/test/Isl/CodeGen/LoopParallelMD')
| -rw-r--r-- | polly/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/polly/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll b/polly/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll index c428093eeea..f3b3551f219 100644 --- a/polly/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll +++ b/polly/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll @@ -56,16 +56,16 @@ declare void @llvm.dbg.value(metadata, i64, metadata, metadata) !17 = !{!"clang version 3.6.0 "} !18 = !{i32 0} !19 = !{!"0x102"} ; [ DW_TAG_expression ] -!20 = !{i32 4, i32 12, !10, null} -!21 = !{i32 5, i32 5, !22, null} +!20 = !MDLocation(line: 4, column: 12, scope: !10) +!21 = !MDLocation(line: 5, column: 5, scope: !22) !22 = !{!"0xb\004\003\001", !1, !10} ; [ DW_TAG_lexical_block ] [/local/mnt/workspace/build/tip-Release/t2.c] !23 = !{!24, !24, i64 0} !24 = !{!"any pointer", !25, i64 0} !25 = !{!"omnipotent char", !26, i64 0} !26 = !{!"Simple C/C++ TBAA"} -!27 = !{i32 4, i32 3, !28, null} +!27 = !MDLocation(line: 4, column: 3, scope: !28) !28 = !{!"0xb\002", !1, !29} ; [ DW_TAG_lexical_block ] [/local/mnt/workspace/build/tip-Release/t2.c] !29 = !{!"0xb\001", !1, !22} ; [ DW_TAG_lexical_block ] [/local/mnt/workspace/build/tip-Release/t2.c] !30 = !{!31, !31, i64 0} !31 = !{!"int", !25, i64 0} -!32 = !{i32 6, i32 1, !4, null} +!32 = !MDLocation(line: 6, column: 1, scope: !4) |

