From 296f8dc52faada05239a1dcd5af4ee8ca76273a2 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Sat, 26 Sep 2009 03:55:37 +0000 Subject: Mangle record types as decls. llvm-svn: 82843 --- clang/test/CodeGenCXX/PR5050-constructor-conversion.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/test/CodeGenCXX/PR5050-constructor-conversion.cpp') diff --git a/clang/test/CodeGenCXX/PR5050-constructor-conversion.cpp b/clang/test/CodeGenCXX/PR5050-constructor-conversion.cpp index 7c7068742d5..e5f722c513d 100644 --- a/clang/test/CodeGenCXX/PR5050-constructor-conversion.cpp +++ b/clang/test/CodeGenCXX/PR5050-constructor-conversion.cpp @@ -12,8 +12,8 @@ A f(const B &b) { return b; } -// CHECK-LP64: call __ZN1AC1ERK1Ai +// CHECK-LP64: call __ZN1AC1ERKS_i -// CHECK-LP32: call L__ZN1AC1ERK1Ai +// CHECK-LP32: call L__ZN1AC1ERKS_i -- cgit v1.2.3