From afdac4b7f0ab25cbd29f0cf24d54d1c49a413b41 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 4 Mar 2015 17:39:59 +0000 Subject: [PATCH] Update the out-of-date dwarf expressions in these testcases. llvm-svn: 231261 --- llvm/test/CodeGen/ARM/debug-info-blocks.ll | 4 ++-- llvm/test/DebugInfo/X86/debug-info-block-captured-self.ll | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/llvm/test/CodeGen/ARM/debug-info-blocks.ll b/llvm/test/CodeGen/ARM/debug-info-blocks.ll index b205291..96876b1 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) diff --git a/llvm/test/DebugInfo/X86/debug-info-block-captured-self.ll b/llvm/test/DebugInfo/X86/debug-info-block-captured-self.ll index 9919de4..d6c1fc0 100644 --- a/llvm/test/DebugInfo/X86/debug-info-block-captured-self.ll +++ b/llvm/test/DebugInfo/X86/debug-info-block-captured-self.ll @@ -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) -- 2.7.4