summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Mem2Reg/ConvertDebugInfo2.ll
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2016-04-01 00:16:49 +0000
committerAdrian Prantl <aprantl@apple.com>2016-04-01 00:16:49 +0000
commitb8089516a5e5eae6aff3bdaef426cccd6355c0c5 (patch)
treeab8f037ad355815fa6e28b07f740637c952fae09 /llvm/test/Transforms/Mem2Reg/ConvertDebugInfo2.ll
parent640de72a1efbf0f1c912ede48cbf4f0e1369ef45 (diff)
downloadbcm5719-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/Mem2Reg/ConvertDebugInfo2.ll')
-rw-r--r--llvm/test/Transforms/Mem2Reg/ConvertDebugInfo2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Mem2Reg/ConvertDebugInfo2.ll b/llvm/test/Transforms/Mem2Reg/ConvertDebugInfo2.ll
index f0714404dd4..138f33dd4de 100644
--- a/llvm/test/Transforms/Mem2Reg/ConvertDebugInfo2.ll
+++ b/llvm/test/Transforms/Mem2Reg/ConvertDebugInfo2.ll
@@ -45,7 +45,7 @@ return: ; preds = %entry
!0 = !DILocalVariable(name: "a", line: 8, arg: 1, scope: !1, file: !2, type: !6)
!1 = distinct !DISubprogram(name: "baz", linkageName: "baz", line: 8, isLocal: false, isDefinition: true, virtualIndex: 6, isOptimized: false, scopeLine: 8, file: !20, scope: !2, type: !4)
!2 = !DIFile(filename: "bar.c", directory: "/tmp/")
-!3 = distinct !DICompileUnit(language: DW_LANG_C89, producer: "4.2.1 (Based on Apple Inc. build 5658) (LLVM build)", isOptimized: true, emissionKind: 1, file: !20, enums: !21, retainedTypes: !21, subprograms: !{!1, !10})
+!3 = distinct !DICompileUnit(language: DW_LANG_C89, producer: "4.2.1 (Based on Apple Inc. build 5658) (LLVM build)", isOptimized: true, emissionKind: FullDebug, file: !20, enums: !21, retainedTypes: !21, subprograms: !{!1, !10})
!4 = !DISubroutineType(types: !5)
!5 = !{null, !6}
!6 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
OpenPOWER on IntegriCloud