aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/mips64-class-return.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/mips64-class-return.cpp')
-rw-r--r--test/CodeGen/mips64-class-return.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/mips64-class-return.cpp b/test/CodeGen/mips64-class-return.cpp
index dc9ec0f5be..8e32d5cbd6 100644
--- a/test/CodeGen/mips64-class-return.cpp
+++ b/test/CodeGen/mips64-class-return.cpp
@@ -39,7 +39,7 @@ void foo3(D2 a0) {
gd2 = a0;
}
-// CHECK: define void @_Z4foo42D0(%class.D0* nocapture byval %a0)
+// CHECK: define void @_Z4foo42D0(i64 %a0.coerce0, i64 %a0.coerce1)
void foo4(D0 a0) {
gd0 = a0;
}