summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/copy-constructor-synthesis.cpp
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-09-26 03:55:37 +0000
committerAnders Carlsson <andersca@mac.com>2009-09-26 03:55:37 +0000
commit296f8dc52faada05239a1dcd5af4ee8ca76273a2 (patch)
tree6029188facdeab1724441725db148588606022f9 /clang/test/CodeGenCXX/copy-constructor-synthesis.cpp
parent7226af69cb8c0116cf7e6607010e636931952c22 (diff)
downloadbcm5719-llvm-296f8dc52faada05239a1dcd5af4ee8ca76273a2.tar.gz
bcm5719-llvm-296f8dc52faada05239a1dcd5af4ee8ca76273a2.zip
Mangle record types as decls.
llvm-svn: 82843
Diffstat (limited to 'clang/test/CodeGenCXX/copy-constructor-synthesis.cpp')
-rw-r--r--clang/test/CodeGenCXX/copy-constructor-synthesis.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/clang/test/CodeGenCXX/copy-constructor-synthesis.cpp b/clang/test/CodeGenCXX/copy-constructor-synthesis.cpp
index 37550c42193..47971afe61d 100644
--- a/clang/test/CodeGenCXX/copy-constructor-synthesis.cpp
+++ b/clang/test/CodeGenCXX/copy-constructor-synthesis.cpp
@@ -101,10 +101,10 @@ int main() {
m1.pr();
}
-// CHECK-LP64: .globl __ZN1XC1ERK1X
-// CHECK-LP64: .weak_definition __ZN1XC1ERK1X
-// CHECK-LP64: __ZN1XC1ERK1X:
+// CHECK-LP64: .globl __ZN1XC1ERKS_
+// CHECK-LP64: .weak_definition __ZN1XC1ERKS_
+// CHECK-LP64: __ZN1XC1ERKS_:
-// CHECK-LP32: .globl __ZN1XC1ERK1X
-// CHECK-LP32: .weak_definition __ZN1XC1ERK1X
-// CHECK-LP32: __ZN1XC1ERK1X:
+// CHECK-LP32: .globl __ZN1XC1ERKS_
+// CHECK-LP32: .weak_definition __ZN1XC1ERKS_
+// CHECK-LP32: __ZN1XC1ERKS_:
OpenPOWER on IntegriCloud