summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-01-26 02:33:53 +0000
committerEric Christopher <echristo@apple.com>2012-01-26 02:33:53 +0000
commit7b878febf1bb8bec97f0ed55d5c09298b329ad12 (patch)
tree3f13a8015b10d65ca68ee32f41b2f4cb942050ab /debuginfo-tests
parente8c94f7d98e28d576a270dc3a32a5bf9516f5707 (diff)
downloadbcm5719-llvm-7b878febf1bb8bec97f0ed55d5c09298b329ad12.tar.gz
bcm5719-llvm-7b878febf1bb8bec97f0ed55d5c09298b329ad12.zip
Reverse the order that these are expected for clang change. Should
be no functional change (the offsets in AT_data_member_location are still correct). If the gdb testsuite itself needs changing then I'll revert this and the clang patch. llvm-svn: 149026
Diffstat (limited to 'debuginfo-tests')
-rw-r--r--debuginfo-tests/sret.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/debuginfo-tests/sret.cpp b/debuginfo-tests/sret.cpp
index 90145f8c194..a6c0fd55906 100644
--- a/debuginfo-tests/sret.cpp
+++ b/debuginfo-tests/sret.cpp
@@ -6,8 +6,8 @@
// DEBUGGER: r
// DEBUGGER: p a
// CHECK: $1 = (A &)
-// CHECK: _vptr$A =
// CHECK: m_int = 12
+// CHECK: _vptr$A =
class A
{
OpenPOWER on IntegriCloud