diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-07-31 23:58:50 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-07-31 23:58:50 +0000 |
| commit | c51714a0c6b9682588de2cd14bf94a74ff533bb9 (patch) | |
| tree | 185c84ac612cc60659cad79b276647f9aee2a0be /polly/test/Isl/CodeGen | |
| parent | 25ac9311d08a542847e8e92f2754e38322e882ab (diff) | |
| download | bcm5719-llvm-c51714a0c6b9682588de2cd14bf94a74ff533bb9.tar.gz bcm5719-llvm-c51714a0c6b9682588de2cd14bf94a74ff533bb9.zip | |
Fix polly tests after LLVM IR change in r243774
llvm-svn: 243801
Diffstat (limited to 'polly/test/Isl/CodeGen')
| -rw-r--r-- | polly/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll | 2 | ||||
| -rw-r--r-- | polly/test/Isl/CodeGen/debug-intrinsics.ll | 6 |
2 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 11ff241cfdb..6140781591a 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 @@ -44,7 +44,7 @@ declare void @llvm.dbg.value(metadata, i64, metadata, metadata) !6 = !DISubroutineType(types: !7) !7 = !{null} !8 = !{!9} -!9 = !DILocalVariable(tag: DW_TAG_auto_variable, name: "i", line: 4, scope: !10, file: !5, type: !11) +!9 = !DILocalVariable(name: "i", line: 4, scope: !10, file: !5, type: !11) !10 = distinct !DILexicalBlock(line: 4, column: 3, file: !1, scope: !4) !11 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed) !12 = !{!13} diff --git a/polly/test/Isl/CodeGen/debug-intrinsics.ll b/polly/test/Isl/CodeGen/debug-intrinsics.ll index 14b70a7ba4c..b52ff5d860f 100644 --- a/polly/test/Isl/CodeGen/debug-intrinsics.ll +++ b/polly/test/Isl/CodeGen/debug-intrinsics.ll @@ -68,11 +68,11 @@ attributes #1 = { nounwind readnone } !11 = !{i32 2, !"Dwarf Version", i32 4} !12 = !{i32 1, !"Debug Info Version", i32 3} !13 = !{!"clang version 3.5 "} -!14 = !DILocalVariable(tag: DW_TAG_arg_variable, name: "A", line: 1, arg: 1, scope: !4, file: !5, type: !8) +!14 = !DILocalVariable(name: "A", line: 1, arg: 1, scope: !4, file: !5, type: !8) !15 = !DILocation(line: 1, scope: !4) -!16 = !DILocalVariable(tag: DW_TAG_arg_variable, name: "N", line: 1, arg: 2, scope: !4, file: !5, type: !10) +!16 = !DILocalVariable(name: "N", line: 1, arg: 2, scope: !4, file: !5, type: !10) !17 = !{i64 0} -!18 = !DILocalVariable(tag: DW_TAG_auto_variable, name: "i", line: 2, scope: !19, file: !5, type: !10) +!18 = !DILocalVariable(name: "i", line: 2, scope: !19, file: !5, type: !10) !19 = distinct !DILexicalBlock(line: 2, column: 0, file: !1, scope: !4) !20 = !DILocation(line: 2, scope: !19) !21 = !DILocation(line: 3, scope: !19) |

