commit | 296f8dc52faada05239a1dcd5af4ee8ca76273a2 | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Sat Sep 26 03:55:37 2009 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Sat Sep 26 03:55:37 2009 +0000 |
tree | 6029188facdeab1724441725db148588606022f9 | |
parent | 7226af69cb8c0116cf7e6607010e636931952c22 [diff] [blame] |
Mangle record types as decls. llvm-svn: 82843
diff --git a/clang/test/CodeGenCXX/member-functions.cpp b/clang/test/CodeGenCXX/member-functions.cpp index 8ada907..29629d5 100644 --- a/clang/test/CodeGenCXX/member-functions.cpp +++ b/clang/test/CodeGenCXX/member-functions.cpp
@@ -58,6 +58,6 @@ void test3() { T t1, t2; - // RUN: grep "call void @_ZN1TpsERK1T" %t + // RUN: grep "call void @_ZN1TpsERKS_" %t T result = t1 + t2; }