aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/arm64-constructor-return.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/arm64-constructor-return.cpp')
-rw-r--r--test/CodeGenCXX/arm64-constructor-return.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/arm64-constructor-return.cpp b/test/CodeGenCXX/arm64-constructor-return.cpp
index 0d5b3b38258c..3adc1b7a280e 100644
--- a/test/CodeGenCXX/arm64-constructor-return.cpp
+++ b/test/CodeGenCXX/arm64-constructor-return.cpp
@@ -15,5 +15,5 @@ S::S() {
// CHECK: %struct.S* @_ZN1SC1Ev(%struct.S* returned %this)
// CHECK: [[THISADDR:%[a-zA-z0-9.]+]] = alloca %struct.S*
// CHECK: store %struct.S* %this, %struct.S** [[THISADDR]]
-// CHECK: [[THIS1:%.*]] = load %struct.S** [[THISADDR]]
+// CHECK: [[THIS1:%.*]] = load %struct.S*, %struct.S** [[THISADDR]]
// CHECK: ret %struct.S* [[THIS1]]