aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2014-10-28 18:28:16 +0000
committerFariborz Jahanian <fjahanian@apple.com>2014-10-28 18:28:16 +0000
commit9ad94aa280619feaed083fd35f9a50c7e076a7b0 (patch)
treed395d7e34bf528c7cc3c44da0d5e75d52cde3485 /clang/lib/CodeGen/CodeGenFunction.h
parentd178ada55ea4cc5d71443ec27495092fbb72b230 (diff)
downloadllvm-9ad94aa280619feaed083fd35f9a50c7e076a7b0.zip
llvm-9ad94aa280619feaed083fd35f9a50c7e076a7b0.tar.gz
llvm-9ad94aa280619feaed083fd35f9a50c7e076a7b0.tar.bz2
Objective-C. revert patch for rdar://17554063.
llvm-svn: 220812
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 80a7548..66f3fce 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -2392,8 +2392,7 @@ public:
llvm::Value *EmitObjCArrayLiteral(const ObjCArrayLiteral *E);
llvm::Value *EmitObjCDictionaryLiteral(const ObjCDictionaryLiteral *E);
llvm::Value *EmitObjCCollectionLiteral(const Expr *E,
- const ObjCMethodDecl *MethodWithObjects,
- const ObjCMethodDecl *AllocMethod);
+ const ObjCMethodDecl *MethodWithObjects);
llvm::Value *EmitObjCSelectorExpr(const ObjCSelectorExpr *E);
RValue EmitObjCMessageExpr(const ObjCMessageExpr *E,
ReturnValueSlot Return = ReturnValueSlot());