diff options
author | Mike Stump <mrs@apple.com> | 2009-03-04 18:57:26 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-03-04 18:57:26 +0000 |
commit | 3947de5edda7e0c32060c568cc5f7b2aae6f70b4 (patch) | |
tree | df87fb435de446de5f7dc25eac2fdc69d6324f84 /lib/CodeGen/CodeGenFunction.h | |
parent | 90a904309c79977fcba2ff0542e2e4cd8e3c3faf (diff) |
Move some of the CodeGenFunction blocks code up and out. No
functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66048 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index caf50d35b2..6455f119c0 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -265,9 +265,6 @@ public: // Block Bits //===--------------------------------------------------------------------===// - llvm::Value *BuildCopyHelper(int flag); - llvm::Value *BuildDestroyHelper(int flag); - llvm::Value *BuildBlockLiteralTmp(const BlockExpr *); llvm::Constant *BuildDescriptorBlockDecl(uint64_t Size); |