summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/fpret.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/fpret.m')
-rw-r--r--test/CodeGenObjC/fpret.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/fpret.m b/test/CodeGenObjC/fpret.m
index 48848885c1f62..bde0caa8ff3a0 100644
--- a/test/CodeGenObjC/fpret.m
+++ b/test/CodeGenObjC/fpret.m
@@ -16,7 +16,7 @@
// CHECK-X86_32: define void @t0()
// CHECK-X86_32: call float bitcast {{.*}} @objc_msgSend_fpret to
-// CHECK-X86_32: call double {{.*}} @objc_msgSend_fpret(
+// CHECK-X86_32: call double bitcast {{.*}} @objc_msgSend_fpret to
// CHECK-X86_32: call x86_fp80 bitcast {{.*}} @objc_msgSend_fpret to
// CHECK-X86_32: }
//