aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/mangle-ms.cpp
diff options
context:
space:
mode:
authorCharles Davis <cdavis@mines.edu>2010-07-03 08:15:16 +0000
committerCharles Davis <cdavis@mines.edu>2010-07-03 08:15:16 +0000
commit08778269cfbf803fb216870060c60eb2adb25ef6 (patch)
tree7e6324920ef254ceb0d56fd75a96b0187152e6de /test/CodeGenCXX/mangle-ms.cpp
parentcd712cb5711b597bf3a2a67a4027e2238c8b9828 (diff)
Fix mangling of array dimensions in the Microsoft C++ Mangler.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107568 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/mangle-ms.cpp')
-rw-r--r--test/CodeGenCXX/mangle-ms.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenCXX/mangle-ms.cpp b/test/CodeGenCXX/mangle-ms.cpp
index 6f1ac3e750..b011168bbb 100644
--- a/test/CodeGenCXX/mangle-ms.cpp
+++ b/test/CodeGenCXX/mangle-ms.cpp
@@ -8,7 +8,7 @@
// CHECK: @"\01?f@foo@@2DD"
// CHECK: @"\01?g@bar@@2HA"
// CHECK: @"\01?h@@3QAHA"
-// CHECK: @"\01?i@@3PAY0BD@HA"
+// CHECK: @"\01?i@@3PAY0BE@HA"
// CHECK: @"\01?j@@3P6GHCE@ZA"
// CHECK: @"\01?k@@3PTfoo@@DA"
// CHECK: @"\01?l@@3P8foo@@AAHH@ZA"
@@ -89,4 +89,4 @@ void delta(int * const a, const long &) {}
// Array mangling. (It should be mangled as a const pointer, but that needs
// to be fixed in Sema.)
void epsilon(int a[][10][20]) {}
-// CHECK: @"\01?epsilon@@YAXQAY19BD@H@Z"
+// CHECK: @"\01?epsilon@@YAXQAY19BE@H@Z"