diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2010-11-09 02:24:08 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2010-11-09 02:24:08 +0000 |
commit | c8c62c4075688b206dc9ac2c5b24a362018b718b (patch) | |
tree | 41d009d8edc0db706493ce6f02512020423d5167 /test/CodeGenObjC | |
parent | 24fce281e3bc2f7ef78e8a57ff485a99954f81a7 (diff) |
Reverse patch for // rdar://8632525. It might
has broken a build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118475 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjC')
-rw-r--r-- | test/CodeGenObjC/implicit-objc_msgSend.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/implicit-objc_msgSend.m b/test/CodeGenObjC/implicit-objc_msgSend.m index 322f82e920..a21e869229 100644 --- a/test/CodeGenObjC/implicit-objc_msgSend.m +++ b/test/CodeGenObjC/implicit-objc_msgSend.m @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o %t %s -// RUN: grep -F 'declare i8* @objc_msgSend(i8*, i8*, ...)' %t +// RUN: grep -F 'declare i8* @objc_msgSend(...)' %t typedef struct objc_selector *SEL; id f0(id x, SEL s) { |