summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2013-04-16 21:19:17 +0000
committerFariborz Jahanian <fjahanian@apple.com>2013-04-16 21:19:17 +0000
commitd17c3dc60ffe5fc6d2a06a88e3534e4f498bec19 (patch)
tree3ea5f934ec651fb2de673a965bd60d70dc3af406 /clang/test/CodeGenObjC
parentfc89cc2a91a157693cd2263a831e1e4f061f1a29 (diff)
downloadbcm5719-llvm-d17c3dc60ffe5fc6d2a06a88e3534e4f498bec19.tar.gz
bcm5719-llvm-d17c3dc60ffe5fc6d2a06a88e3534e4f498bec19.zip
Trying fixing test to make buildbot happy again.
llvm-svn: 179629
Diffstat (limited to 'clang/test/CodeGenObjC')
-rw-r--r--clang/test/CodeGenObjC/tentative-cfconstantstring.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/tentative-cfconstantstring.m b/clang/test/CodeGenObjC/tentative-cfconstantstring.m
index 1d5645ca833..b7e1c4601fe 100644
--- a/clang/test/CodeGenObjC/tentative-cfconstantstring.m
+++ b/clang/test/CodeGenObjC/tentative-cfconstantstring.m
@@ -38,6 +38,6 @@ static inline void _inlineFunction() {
// CHECK: [[ZERO:%.*]] = load %struct._class_t** @"\01L_OBJC_CLASSLIST_REFERENCES_
// CHECK-NEXT: [[ONE:%.*]] = load i8** @"\01L_OBJC_SELECTOR_REFERENCES_"
// CHECK-NEXT: [[TWO:%.*]] = bitcast %struct._class_t* [[ZERO]] to i8*
-// CHECK-NEXT: call{{.*}}@objc_msgSend{{.*}}(i8* [[TWO]], i8* [[ONE]], [[ZERO]]* bitcast (%struct.NSConstantString* @_unnamed_cfstring_{{.*}}
+// CHECK-NEXT: call void (i8*, i8*, [[T:%.*]]*, ...)* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to void (i8*, i8*, [[T:%.*]]*, ...)*)(i8* [[TWO]], i8* [[ONE]], [[T:%.*]]* bitcast (%struct.NSConstantString* @_unnamed_cfstring_{{.*}} to [[T:%.*]]*))
// CHECK-NEXT: ret void
OpenPOWER on IntegriCloud