diff options
author | David Blaikie <dblaikie@gmail.com> | 2015-08-22 22:38:44 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2015-08-22 22:38:44 +0000 |
commit | 0732e16e690e251e92463d25b0de16c4a71a41b9 (patch) | |
tree | 9c1f40cdf17a66b8e3cee6b5f2439cb02b4427eb | |
parent | 3c338f3a7e224f6da82e3adc1bbff9c0265d59e0 (diff) | |
download | bcm5719-llvm-0732e16e690e251e92463d25b0de16c4a71a41b9.tar.gz bcm5719-llvm-0732e16e690e251e92463d25b0de16c4a71a41b9.zip |
Update test case so it passes the verifier
Some debug info was drastically out of date, from the days where we used
to emit a list of length one (with a single null entry) rather than an
empty list (or, more recently, no list at all) for list fields that have
no elements.
llvm-svn: 245796
-rw-r--r-- | llvm/test/Transforms/StripSymbols/2010-06-30-StripDebug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/StripSymbols/2010-06-30-StripDebug.ll b/llvm/test/Transforms/StripSymbols/2010-06-30-StripDebug.ll index 42d5ce4e397..84bc91b5a10 100644 --- a/llvm/test/Transforms/StripSymbols/2010-06-30-StripDebug.ll +++ b/llvm/test/Transforms/StripSymbols/2010-06-30-StripDebug.ll @@ -20,7 +20,7 @@ declare void @llvm.dbg.value(metadata, i64, metadata, metadata) nounwind readnon !0 = !DISubprogram(name: "foo", linkageName: "foo", line: 2, isLocal: false, isDefinition: true, virtualIndex: 6, isOptimized: true, file: !12, scope: !1, type: !3, function: void ()* @foo) !1 = !DIFile(filename: "b.c", directory: "/tmp") -!2 = distinct !DICompileUnit(language: DW_LANG_C89, producer: "4.2.1 (Based on Apple Inc. build 5658) (LLVM build)", isOptimized: true, emissionKind: 0, file: !12, enums: !4, retainedTypes: !4) +!2 = distinct !DICompileUnit(language: DW_LANG_C89, producer: "4.2.1 (Based on Apple Inc. build 5658) (LLVM build)", isOptimized: true, emissionKind: 0, file: !12) !3 = !DISubroutineType(types: !4) !4 = !{null} !5 = !DILocalVariable(name: "y", line: 3, scope: !6, file: !1, type: !7) |