commit | d99edc44300b36732a14c294c93899ba28d479ea | [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 | ca715d5a1f13e172d2b2a950e2fb4a09d0565364 | |
parent | e7c9645c002d2ff639f7d24f94ffe793795eabcc [diff] [blame] |
Mangle record types as decls. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82843 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/member-functions.cpp b/test/CodeGenCXX/member-functions.cpp index 8ada907..29629d5 100644 --- a/test/CodeGenCXX/member-functions.cpp +++ b/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; }