diff options
author | Adrian Prantl <aprantl@apple.com> | 2016-04-01 00:16:49 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2016-04-01 00:16:49 +0000 |
commit | b8089516a5e5eae6aff3bdaef426cccd6355c0c5 (patch) | |
tree | ab8f037ad355815fa6e28b07f740637c952fae09 /llvm/test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll | |
parent | 640de72a1efbf0f1c912ede48cbf4f0e1369ef45 (diff) | |
download | bcm5719-llvm-b8089516a5e5eae6aff3bdaef426cccd6355c0c5.tar.gz bcm5719-llvm-b8089516a5e5eae6aff3bdaef426cccd6355c0c5.zip |
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
llvm-svn: 265081
Diffstat (limited to 'llvm/test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll')
-rw-r--r-- | llvm/test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll b/llvm/test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll index fefd080d814..67907f8ca50 100644 --- a/llvm/test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll +++ b/llvm/test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll @@ -48,7 +48,7 @@ declare void @llvm.dbg.value(metadata, i64, metadata, metadata) nounwind readnon !0 = !DILocalVariable(name: "name", line: 8, arg: 1, scope: !1, file: !2, type: !6) !1 = distinct !DISubprogram(name: "vfs_addname", linkageName: "vfs_addname", line: 12, isLocal: false, isDefinition: true, virtualIndex: 6, isOptimized: false, file: !28, scope: !2, type: !4) !2 = !DIFile(filename: "tail.c", directory: "/Users/echeng/LLVM/radars/r7927803/") -!3 = distinct !DICompileUnit(language: DW_LANG_C89, producer: "4.2.1 (Based on Apple Inc. build 5658) (LLVM build 9999)", isOptimized: true, emissionKind: 1, file: !28, enums: !29, retainedTypes: !29, subprograms: !{!1, !16}) +!3 = distinct !DICompileUnit(language: DW_LANG_C89, producer: "4.2.1 (Based on Apple Inc. build 5658) (LLVM build 9999)", isOptimized: true, emissionKind: FullDebug, file: !28, enums: !29, retainedTypes: !29, subprograms: !{!1, !16}) !4 = !DISubroutineType(types: !5) !5 = !{!6, !6, !9, !9, !9} !6 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, file: !28, scope: !2, baseType: !7) |