diff options
author | Mike Stump <mrs@apple.com> | 2009-03-04 18:47:42 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-03-04 18:47:42 +0000 |
commit | 90a904309c79977fcba2ff0542e2e4cd8e3c3faf (patch) | |
tree | f756c39aed81cfe3b5d0955033348fcf59992006 /lib/CodeGen/CodeGenModule.h | |
parent | b06d875594361dd384d2b08c5ab7f10cfdac0f6b (diff) |
Move more of the blocks code up and out.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66046 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | lib/CodeGen/CodeGenModule.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index d20d22bc09..a2b45a0b74 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -217,8 +217,6 @@ public: llvm::Constant *GetAddrOfConstantCString(const std::string &str, const char *GlobalName=0); - llvm::Constant *GetAddrOfGlobalBlock(const BlockExpr *BE, const char *); - /// getBuiltinLibFunction - Given a builtin id for a function like /// "__builtin_fabsf", return a Function* for "fabsf". llvm::Value *getBuiltinLibFunction(unsigned BuiltinID); |