diff options
Diffstat (limited to 'llvm/test/Transforms/Util/clone-dicompileunit.ll')
-rw-r--r-- | llvm/test/Transforms/Util/clone-dicompileunit.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Util/clone-dicompileunit.ll b/llvm/test/Transforms/Util/clone-dicompileunit.ll index 3f7b5981752..4b35dbc565e 100644 --- a/llvm/test/Transforms/Util/clone-dicompileunit.ll +++ b/llvm/test/Transforms/Util/clone-dicompileunit.ll @@ -37,7 +37,7 @@ target triple = "x86_64-unknown-linux" !1 = !DIFile(filename: "p.cpp", directory: "/usr/local/google/home/pcc/b682773-2-repro/small2") !2 = !{} !3 = !{!4} -!4 = !DIGlobalVariableExpression(var: !5) +!4 = !DIGlobalVariableExpression(var: !5, expr: !DIExpression()) !5 = distinct !DIGlobalVariable(name: "a", scope: !6, file: !1, line: 5, type: !27, isLocal: true, isDefinition: true) !6 = distinct !DISubprogram(name: "m_fn2<B>", linkageName: "_ZN1A5m_fn2IZ3foovE1BEEvv", scope: !7, file: !1, line: 5, type: !8, isLocal: true, isDefinition: true, scopeLine: 5, flags: DIFlagPrototyped, isOptimized: true, unit: !0, templateParams: !11, declaration: !23, variables: !24) !7 = !DICompositeType(tag: DW_TAG_class_type, name: "A", file: !1, line: 3, flags: DIFlagFwdDecl, identifier: "_ZTS1A") |