Update the out-of-date dwarf expressions in these testcases.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231261 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Adrian Prantl 2015-03-04 17:39:59 +00:00
parent 8dd4cf1581
commit 2e74ddea3a
2 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -108,5 +108,5 @@ define internal void @"__24-[Main initWithContext:]_block_invoke_2"(i8* %.block_
!106 = !MDLocation(line: 40, scope: !42)
!107 = !MDFile(filename: "llvm/tools/clang/test/CodeGenObjC/debug-info-block-captured-self.m", directory: "")
!108 = !{i32 1, !"Debug Info Version", i32 3}
!109 = !MDExpression(DW_OP_plus, 32)
!110 = !MDExpression(DW_OP_plus, 32)
!109 = !MDExpression(DW_OP_deref, DW_OP_plus, 32)
!110 = !MDExpression(DW_OP_deref, DW_OP_plus, 32)