aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/mangle.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-02-18 21:31:48 +0000
committerJohn McCall <rjmccall@apple.com>2010-02-18 21:31:48 +0000
commit8e51a1f5da6ef4a1a168d14116c6eed3a578a263 (patch)
tree5491283b764974f5718025ac6ff4dbb87591dc29 /test/CodeGenCXX/mangle.cpp
parentb372b0ff1f1a0c6814163e0fe2f22f343bac87a8 (diff)
Revert the ctor/dtor alias optimization for now; the buildbots can detect
some failure here that I can't. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96612 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/mangle.cpp')
-rw-r--r--test/CodeGenCXX/mangle.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGenCXX/mangle.cpp b/test/CodeGenCXX/mangle.cpp
index 320b681ac8..07183782e7 100644
--- a/test/CodeGenCXX/mangle.cpp
+++ b/test/CodeGenCXX/mangle.cpp
@@ -11,8 +11,6 @@ struct Y { };
//CHECK: @pr5966_i = external global
//CHECK: @_ZL8pr5966_i = internal global
-// CHECK: @_ZN2S7C1Ev = alias {{.*}} @_ZN2S7C2Ev
-
// CHECK: define zeroext i1 @_ZplRK1YRA100_P1X
bool operator+(const Y&, X* (&xs)[100]) { return false; }
@@ -221,6 +219,7 @@ struct S7 {
};
// PR5139
+// CHECK: @_ZN2S7C1Ev
// CHECK: @_ZN2S7C2Ev
// CHECK: @"_ZN2S73$_0C1Ev"
S7::S7() {}