Update the out-of-date dwarf expressions in these testcases.
authorAdrian Prantl <aprantl@apple.com>
Wed, 4 Mar 2015 17:39:59 +0000 (17:39 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 4 Mar 2015 17:39:59 +0000 (17:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231261 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/debug-info-blocks.ll
test/DebugInfo/X86/debug-info-block-captured-self.ll

index b205291856e05dd37de40726c20e4207e268b6b2..96876b1c4afec5e59727ce61d2a35d3c62f77aaa 100644 (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)
index 9919de4ec63d717f5d65e75237965d653d58e271..d6c1fc00e8920aa25ec00d15b98e5aa14057027e 100644 (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)