summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp
diff options
context:
space:
mode:
authorStephen Lin <stephenwlin@gmail.com>2013-06-19 23:23:19 +0000
committerStephen Lin <stephenwlin@gmail.com>2013-06-19 23:23:19 +0000
commit19cee1871e3986c79a4408813f029121e896f11c (patch)
tree48872934782f50a816db5a8af57dd8e002bce9ef /clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp
parent11b3ba71760f219d92606f9b514c3869f7825a61 (diff)
downloadbcm5719-llvm-19cee1871e3986c79a4408813f029121e896f11c.tar.gz
bcm5719-llvm-19cee1871e3986c79a4408813f029121e896f11c.zip
Revert r184205 and associated patches while investigating issue with broken buildbot (possible interaction with LTO)
<rdar://problem/14209661> llvm-svn: 184384
Diffstat (limited to 'clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp')
-rw-r--r--clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp b/clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp
index 03c66339947..d028a28fdd6 100644
--- a/clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp
+++ b/clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp
@@ -3,5 +3,5 @@
struct A { virtual void a(); };
A x(A& y) { return y; }
-// CHECK: define linkonce_odr {{.*}} @_ZN1AC1ERKS_(%struct.A* {{.*}}%this, %struct.A*) unnamed_addr
+// CHECK: define linkonce_odr {{.*}} @_ZN1AC1ERKS_(%struct.A* %this, %struct.A*) unnamed_addr
// CHECK: store i8** getelementptr inbounds ([3 x i8*]* @_ZTV1A, i64 0, i64 2)
OpenPOWER on IntegriCloud