small test bugfix

llvm-svn: 247650
This commit is contained in:
Piotr Padlewski 2015-09-15 00:55:29 +00:00
parent 311b488d76
commit d128fff5df
1 changed files with 2 additions and 2 deletions

View File

@ -296,8 +296,8 @@ void e() {
namespace test9 {
struct S {
__attribute__((visibility("hidden"))) S();
virtual void doStuff();
S();
__attribute__((visibility("hidden"))) virtual void doStuff();
};
// CHECK9-LABEL: define void @_ZN5test94testEv()