aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/x86_64-struct-return-gc.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/x86_64-struct-return-gc.m')
-rw-r--r--test/CodeGenObjC/x86_64-struct-return-gc.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/x86_64-struct-return-gc.m b/test/CodeGenObjC/x86_64-struct-return-gc.m
index c62a33f2d162..8022d5903ecf 100644
--- a/test/CodeGenObjC/x86_64-struct-return-gc.m
+++ b/test/CodeGenObjC/x86_64-struct-return-gc.m
@@ -9,7 +9,7 @@ struct Coerce coerce_func(void);
void Coerce_test(void) {
struct Coerce c;
- // CHECK: call i64 @coerce_func
+ // CHECK: call i8* @coerce_func
// CHECK: call i8* @objc_memmove_collectable(
c = coerce_func();
}