aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/property-object-conditional-exp.mm
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2011-02-28 21:19:34 +0000
committerFariborz Jahanian <fjahanian@apple.com>2011-02-28 21:19:34 +0000
commitbf1f826ddadb046add4a9c7d7f7690f43feb55cf (patch)
tree484938ac27cd2ae73140580b66f3d20a946e9868 /test/CodeGenObjCXX/property-object-conditional-exp.mm
parent4c9be89bb615ec07eb3ed507c8fa9d0baa8a5ad7 (diff)
Revert r126678.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126685 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjCXX/property-object-conditional-exp.mm')
-rw-r--r--test/CodeGenObjCXX/property-object-conditional-exp.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/property-object-conditional-exp.mm b/test/CodeGenObjCXX/property-object-conditional-exp.mm
index 631158135b..826c351e79 100644
--- a/test/CodeGenObjCXX/property-object-conditional-exp.mm
+++ b/test/CodeGenObjCXX/property-object-conditional-exp.mm
@@ -22,7 +22,7 @@ extern "C" bool CGRectIsEmpty(CGRect);
CGRect dataRect;
CGRect virtualBounds;
-// CHECK: [[SRC:%.*]] = call %struct.CGRect bitcast (i8* (i8*, i8*)* @objc_msgSend
+// CHECK: [[SRC:%.*]] = call %struct.CGRect bitcast (i8* (i8*, i8*, ...)* @objc_msgSend
// CHECK-NEXT:store %struct.CGRect [[SRC]], %struct.CGRect*
dataRect = CGRectIsEmpty(virtualBounds) ? self.bounds : virtualBounds;
dataRect = CGRectIsEmpty(virtualBounds) ? [self bounds] : virtualBounds;