Revert previous patch as the corresponding clang patch was reverted.

gdb's tests are too dependent upon order in debug info.

llvm-svn: 149050
This commit is contained in:
Eric Christopher 2012-01-26 07:01:33 +00:00
parent 8913bd6c63
commit e6a602dfab
1 changed files with 1 additions and 1 deletions

View File

@ -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
{