diff options
author | Adrian Prantl <aprantl@apple.com> | 2015-03-04 17:39:59 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2015-03-04 17:39:59 +0000 |
commit | afdac4b7f0ab25cbd29f0cf24d54d1c49a413b41 (patch) | |
tree | 3816c9f13d4de94dc803d2f33ce4bf1bd383840d /llvm/test/CodeGen/ARM/debug-info-blocks.ll | |
parent | 0f61579602d6b923cb44b432f29e6d83b04b0945 (diff) | |
download | bcm5719-llvm-afdac4b7f0ab25cbd29f0cf24d54d1c49a413b41.tar.gz bcm5719-llvm-afdac4b7f0ab25cbd29f0cf24d54d1c49a413b41.zip |
Update the out-of-date dwarf expressions in these testcases.
llvm-svn: 231261
Diffstat (limited to 'llvm/test/CodeGen/ARM/debug-info-blocks.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/debug-info-blocks.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/debug-info-blocks.ll b/llvm/test/CodeGen/ARM/debug-info-blocks.ll index b205291856e..96876b1c4af 100644 --- a/llvm/test/CodeGen/ARM/debug-info-blocks.ll +++ b/llvm/test/CodeGen/ARM/debug-info-blocks.ll @@ -259,5 +259,5 @@ define hidden void @foobar_func_block_invoke_0(i8* %.block_descriptor, %0* %load !161 = !{!"header2.h", !"/Volumes/Sandbox/llvm"} !162 = !{i32 1, !"Debug Info Version", i32 3} !163 = !MDExpression(DW_OP_plus, 20, DW_OP_deref, DW_OP_plus, 4, DW_OP_deref, DW_OP_plus, 24) -!164 = !MDExpression(DW_OP_plus, 24) -!165 = !MDExpression(DW_OP_plus, 28) +!164 = !MDExpression(DW_OP_deref, DW_OP_plus, 24) +!165 = !MDExpression(DW_OP_deref, DW_OP_plus, 28) |