summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-01-26 07:01:33 +0000
committerEric Christopher <echristo@apple.com>2012-01-26 07:01:33 +0000
commite6a602dfab87663ef1b50da848f999e03f31b7c1 (patch)
treed9ac4ea758e05c6f473a8997e12d0dabc238e46f /debuginfo-tests
parent8913bd6c6352dbf8a6d515725932cffb4eb8602a (diff)
downloadbcm5719-llvm-e6a602dfab87663ef1b50da848f999e03f31b7c1.tar.gz
bcm5719-llvm-e6a602dfab87663ef1b50da848f999e03f31b7c1.zip
Revert previous patch as the corresponding clang patch was reverted.
gdb's tests are too dependent upon order in debug info. llvm-svn: 149050
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 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
{
OpenPOWER on IntegriCloud