diff options
| author | Adrian Prantl <aprantl@apple.com> | 2017-07-28 20:21:02 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2017-07-28 20:21:02 +0000 |
| commit | abe04759a6f50c6006db8b2990de47e973ad127a (patch) | |
| tree | 46928903d2e66b0381635a531b82df7f5a0d0083 /llvm/test/DebugInfo/X86/multiple-at-const-val.ll | |
| parent | e109655c902f6e381348c5874512b4897bedff8f (diff) | |
| download | bcm5719-llvm-abe04759a6f50c6006db8b2990de47e973ad127a.tar.gz bcm5719-llvm-abe04759a6f50c6006db8b2990de47e973ad127a.zip | |
Remove the obsolete offset parameter from @llvm.dbg.value
There is no situation where this rarely-used argument cannot be
substituted with a DIExpression and removing it allows us to simplify
the DWARF backend. Note that this patch does not yet remove any of
the newly dead code.
rdar://problem/33580047
Differential Revision: https://reviews.llvm.org/D35951
llvm-svn: 309426
Diffstat (limited to 'llvm/test/DebugInfo/X86/multiple-at-const-val.ll')
| -rw-r--r-- | llvm/test/DebugInfo/X86/multiple-at-const-val.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/multiple-at-const-val.ll b/llvm/test/DebugInfo/X86/multiple-at-const-val.ll index 3122b9d1fef..99b168613d1 100644 --- a/llvm/test/DebugInfo/X86/multiple-at-const-val.ll +++ b/llvm/test/DebugInfo/X86/multiple-at-const-val.ll @@ -27,7 +27,7 @@ entry: declare %"class.std::basic_ostream"* @test(%"class.std::basic_ostream"*, i8*, i64) -declare void @llvm.dbg.value(metadata, i64, metadata, metadata) nounwind readnone +declare void @llvm.dbg.value(metadata, metadata, metadata) nounwind readnone !llvm.dbg.cu = !{!0} !llvm.module.flags = !{!1803} |

