diff options
author | Mike Stump <mrs@apple.com> | 2009-10-21 18:23:01 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-10-21 18:23:01 +0000 |
commit | bf5fd788b0069e6da159ad95e9d0c4315eb266b6 (patch) | |
tree | 80c463f301750d505080cdbac82b3295fa2ce81e /lib/CodeGen/CGBlocks.cpp | |
parent | af7b44d847d3e44c43346d508b2e55a6254b6e9d (diff) |
Refactor.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84769 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGBlocks.cpp')
-rw-r--r-- | lib/CodeGen/CGBlocks.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/CGBlocks.cpp b/lib/CodeGen/CGBlocks.cpp index 692a7a6bc5..b3bbce66ea 100644 --- a/lib/CodeGen/CGBlocks.cpp +++ b/lib/CodeGen/CGBlocks.cpp @@ -418,10 +418,6 @@ const llvm::Type *BlockModule::getGenericExtendedBlockLiteralType() { return GenericExtendedBlockLiteralType; } -bool BlockFunction::BlockRequiresCopying(QualType Ty) { - return CGM.BlockRequiresCopying(Ty); -} - RValue CodeGenFunction::EmitBlockCallExpr(const CallExpr* E) { const BlockPointerType *BPT = E->getCallee()->getType()->getAs<BlockPointerType>(); |