aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/mangle-subst.cpp
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-09-17 05:31:47 +0000
committerAnders Carlsson <andersca@mac.com>2009-09-17 05:31:47 +0000
commit068f347772fee0cdf66614230d7dba69cd3fa2e6 (patch)
tree69d7c826bfc127dd5c1aeccfca612dde5e5b7de4 /test/CodeGenCXX/mangle-subst.cpp
parentb237fd6f36145c023ed12fe83f21727cbe197158 (diff)
Revert r82123 for now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82125 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/mangle-subst.cpp')
-rw-r--r--test/CodeGenCXX/mangle-subst.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGenCXX/mangle-subst.cpp b/test/CodeGenCXX/mangle-subst.cpp
index ffeaafd7fc..fb0e990902 100644
--- a/test/CodeGenCXX/mangle-subst.cpp
+++ b/test/CodeGenCXX/mangle-subst.cpp
@@ -24,11 +24,3 @@ namespace A {
// CHECK: define void @_Z1fN1A1AENS_1BE(
void f(A::A a, A::B b) { }
-
-struct C { struct D { }; };
-
-// CHECK: define void @_Z1fP1CNS_1DE
-void f(C*, C::D) { }
-
-// CHECK: define void @_Z1fN1C1DEPKS_
-void f(C::D, const C*) { }