summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBlocks.cpp
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-10-21 18:23:01 +0000
committerMike Stump <mrs@apple.com>2009-10-21 18:23:01 +0000
commit41eb02d4966ca8d9f8cb9dcaaf7490f674c684d9 (patch)
tree97f86b4931457cfa6faf9d1130804defc6c742af /clang/lib/CodeGen/CGBlocks.cpp
parent9496790211a6c4c398c55bfd8cac370a4ef4c835 (diff)
downloadbcm5719-llvm-41eb02d4966ca8d9f8cb9dcaaf7490f674c684d9.tar.gz
bcm5719-llvm-41eb02d4966ca8d9f8cb9dcaaf7490f674c684d9.zip
Refactor.
llvm-svn: 84769
Diffstat (limited to 'clang/lib/CodeGen/CGBlocks.cpp')
-rw-r--r--clang/lib/CodeGen/CGBlocks.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/CodeGen/CGBlocks.cpp b/clang/lib/CodeGen/CGBlocks.cpp
index 692a7a6bc57..b3bbce66ea3 100644
--- a/clang/lib/CodeGen/CGBlocks.cpp
+++ b/clang/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>();
OpenPOWER on IntegriCloud