From e6a602dfab87663ef1b50da848f999e03f31b7c1 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 26 Jan 2012 07:01:33 +0000 Subject: Revert previous patch as the corresponding clang patch was reverted. gdb's tests are too dependent upon order in debug info. llvm-svn: 149050 --- debuginfo-tests/sret.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debuginfo-tests') diff --git a/debuginfo-tests/sret.cpp b/debuginfo-tests/sret.cpp index a6c0fd55906..90145f8c194 100644 --- a/debuginfo-tests/sret.cpp +++ b/debuginfo-tests/sret.cpp @@ -6,8 +6,8 @@ // DEBUGGER: r // DEBUGGER: p a // CHECK: $1 = (A &) -// CHECK: m_int = 12 // CHECK: _vptr$A = +// CHECK: m_int = 12 class A { -- cgit v1.2.1