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/LoopParallelMD | |
| 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/LoopParallelMD')
| -rw-r--r-- | polly/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll | 2 |
1 files changed, 1 insertions, 1 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} |

