aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/linkage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/linkage.cpp')
-rw-r--r--test/SemaCXX/linkage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SemaCXX/linkage.cpp b/test/SemaCXX/linkage.cpp
index 8a2013fd52b4..aa595948c696 100644
--- a/test/SemaCXX/linkage.cpp
+++ b/test/SemaCXX/linkage.cpp
@@ -83,7 +83,7 @@ extern "C" {
// Test both for mangling in the code generation and warnings from use
// of internal, undefined names via -Werror.
// CHECK: call i32 @g(
- // CHECK: load i32* @a,
+ // CHECK: load i32, i32* @a,
return g() + a;
}
};
@@ -94,8 +94,8 @@ extern "C" {
}
}
-// CHECK: define linkonce_odr i8* @_ZN5test21A1BILj0EE3fooEv(
// CHECK: define linkonce_odr i8* @_ZN5test11A3fooILj0EEEPvv(
+// CHECK: define linkonce_odr i8* @_ZN5test21A1BILj0EE3fooEv(
namespace test5 {
struct foo {