From c51714a0c6b9682588de2cd14bf94a74ff533bb9 Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Fri, 31 Jul 2015 23:58:50 +0000 Subject: Fix polly tests after LLVM IR change in r243774 llvm-svn: 243801 --- polly/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'polly/test/Isl/CodeGen/LoopParallelMD') 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} -- cgit v1.2.3