diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-28 23:57:16 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-28 23:57:16 +0000 |
commit | d0c2a99f0e85d09a468537d55888bcc930bbccec (patch) | |
tree | b0995599a5ab795e65cb69ef6a9ae7578cb15730 /llvm/test/Transforms/Inline | |
parent | 7aa7412a0bf3326ca99f17249511f7b507636a63 (diff) | |
download | bcm5719-llvm-d0c2a99f0e85d09a468537d55888bcc930bbccec.tar.gz bcm5719-llvm-d0c2a99f0e85d09a468537d55888bcc930bbccec.zip |
DebugInfo: Convert DW_OP_piece => DW_OP_bit_piece
r228631 stopped using `DW_OP_piece` inside `DIExpression`s in the IR,
but it apparently missed updating these testcases. Caught by verifier
checks for `MDExpression` while working on moving the new hierarchy into
place.
llvm-svn: 230882
Diffstat (limited to 'llvm/test/Transforms/Inline')
-rw-r--r-- | llvm/test/Transforms/Inline/alloca-dbgdeclare.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/Inline/alloca-dbgdeclare.ll b/llvm/test/Transforms/Inline/alloca-dbgdeclare.ll index 03661a7e551..930b062e861 100644 --- a/llvm/test/Transforms/Inline/alloca-dbgdeclare.ll +++ b/llvm/test/Transforms/Inline/alloca-dbgdeclare.ll @@ -130,10 +130,10 @@ attributes #3 = { noreturn nounwind } !45 = !MDLocation(line: 9, scope: !15) !46 = !{!"0x101\00p1\0016777222\000", !15, !16, !"_ZTS1A", !47} ; [ DW_TAG_arg_variable ] [p1] [line 6] !47 = distinct !MDLocation(line: 11, scope: !21) -!48 = !{!"0x102\00147\004\0020"} ; [ DW_TAG_expression ] [DW_OP_piece offset=4, size=20] +!48 = !{!"0x102\00157\0032\00160"} ; [ DW_TAG_expression ] [DW_OP_bit_piece offset=32, size=160] !49 = !MDLocation(line: 6, scope: !15, inlinedAt: !47) !50 = !MDLocation(line: 11, scope: !21) -!51 = !{!"0x102\00147\000\004"} ; [ DW_TAG_expression ] [DW_OP_piece offset=0, size=4] +!51 = !{!"0x102\00157\000\0032"} ; [ DW_TAG_expression ] [DW_OP_bit_piece offset=0, size=32] !52 = !MDLocation(line: 7, scope: !34, inlinedAt: !47) !53 = !MDLocation(line: 7, scope: !15, inlinedAt: !47) !54 = !MDLocation(line: 8, scope: !34, inlinedAt: !47) |