diff options
author | Adrian Prantl <aprantl@apple.com> | 2017-08-30 18:12:35 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2017-08-30 18:12:35 +0000 |
commit | 6120801066c5203320681beed2885fafcf06472c (patch) | |
tree | 03773dbffc63e1c5faff7c33f35fc4ba7ce68c64 | |
parent | f7ae101d95793c2c57bcf0f30fb39c7b76e72028 (diff) | |
download | bcm5719-llvm-6120801066c5203320681beed2885fafcf06472c.tar.gz bcm5719-llvm-6120801066c5203320681beed2885fafcf06472c.zip |
Adapt testcase to LLVM change in DIGlobalVariableExpression.
llvm-svn: 312147
-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 e941c75d79c..dc743b6809e 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 @@ -47,7 +47,7 @@ declare void @llvm.dbg.value(metadata, i64, metadata, metadata) !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} -!13 = !DIGlobalVariableExpression(var: !DIGlobalVariable(name: "A", line: 2, isLocal: false, isDefinition: true, scope: null, file: !5, type: !14)) +!13 = !DIGlobalVariableExpression(var: !DIGlobalVariable(name: "A", line: 2, isLocal: false, isDefinition: true, scope: null, file: !5, type: !14), expr: !DIExpression()) !14 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !11) !15 = !{i32 2, !"Dwarf Version", i32 4} !16 = !{i32 2, !"Debug Info Version", i32 3} |