commit | 3258abc2bad74e8bb1799d124bc4113c7234fa42 | [log] [tgz] |
---|---|---|
author | Stephen Lin <stephenwlin@gmail.com> | Wed Jun 19 23:23:19 2013 +0000 |
committer | Stephen Lin <stephenwlin@gmail.com> | Wed Jun 19 23:23:19 2013 +0000 |
tree | 59acc3732ab5c88d76098ecbeb1d9373d3d1a4b0 | |
parent | 8bb86697791077f8127f991a0eeaeefcb902b10b [diff] [blame] |
Revert r184205 and associated patches while investigating issue with broken buildbot (possible interaction with LTO) <rdar://problem/14209661> git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184384 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/default-constructor-template-member.cpp b/test/CodeGenCXX/default-constructor-template-member.cpp index 2156964..0dd64df 100644 --- a/test/CodeGenCXX/default-constructor-template-member.cpp +++ b/test/CodeGenCXX/default-constructor-template-member.cpp
@@ -5,7 +5,6 @@ void a() { B b; } - // CHECK: call {{.*}} @_ZN1BC1Ev -// CHECK: define linkonce_odr {{.*}} @_ZN1BC1Ev(%struct.B* {{.*}}%this) unnamed_addr +// CHECK: define linkonce_odr {{.*}} @_ZN1BC1Ev(%struct.B* %this) unnamed_addr // CHECK: call {{.*}} @_ZN1AIiEC1Ev