Make PR20038.cpp test case portable to non-Itanium ABIs
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 25 Jun 2014 23:19:58 +0000 (23:19 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 25 Jun 2014 23:19:58 +0000 (23:19 +0000)
commite44fd66f8c4737dd9db329690cfae6b3ac8563bb
tree26668a91fd6b6eb7c42419013ea48ada110a7bb9
parent2d8dcc5bd1ddb20e926d40d45a4dbcdd68bd4bc1
Make PR20038.cpp test case portable to non-Itanium ABIs

The only call in this function is to the dtor, so there's no need to
name a non-portable mangled function name to match it.

llvm-svn: 211742
clang/test/CodeGenCXX/PR20038.cpp