summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/getter-property-mismatch.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/getter-property-mismatch.m')
-rw-r--r--test/CodeGenObjC/getter-property-mismatch.m4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/CodeGenObjC/getter-property-mismatch.m b/test/CodeGenObjC/getter-property-mismatch.m
index fe415d5358..cc54fa6519 100644
--- a/test/CodeGenObjC/getter-property-mismatch.m
+++ b/test/CodeGenObjC/getter-property-mismatch.m
@@ -15,6 +15,4 @@
// CHECK: [[CALL:%.*]] = tail call i8* @objc_getProperty
// CHECK: [[ONE:%.*]] = bitcast i8* [[CALL:%.*]] to [[T1:%.*]]*
-// CHECK: [[TWO:%.*]] = bitcast [[T1]]* [[ONE]] to [[T2:%.*]]*
-// CHECK: ret [[T2]]* [[TWO]]
-
+// CHECK: ret [[T1]]* [[ONE]]