diff options
author | Chris Lattner <sabre@nondot.org> | 2012-02-06 22:16:34 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2012-02-06 22:16:34 +0000 |
commit | 3def9aeaff080fa44e7fa60b91747ff060e49915 (patch) | |
tree | 9f9aeff33924c3b7fbea32e525f8b9c1e16365f5 /clang/lib/CodeGen/CodeGenModule.h | |
parent | 72977a18db198415f32b09fc36824b9c7f44119c (diff) | |
download | bcm5719-llvm-3def9aeaff080fa44e7fa60b91747ff060e49915.tar.gz bcm5719-llvm-3def9aeaff080fa44e7fa60b91747ff060e49915.zip |
use cheaper llvm APIs for various bits of IR generation.
llvm-svn: 149916
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index ca096c1019f..fb22bebac87 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -568,11 +568,6 @@ public: /// requires no captures. llvm::Constant *GetAddrOfGlobalBlock(const BlockExpr *BE, const char *); - /// GetStringForStringLiteral - Return the appropriate bytes for a string - /// literal, properly padded to match the literal type. If only the address of - /// a constant is needed consider using GetAddrOfConstantStringLiteral. - std::string GetStringForStringLiteral(const StringLiteral *E); - /// GetAddrOfConstantCFString - Return a pointer to a constant CFString object /// for the given string. llvm::Constant *GetAddrOfConstantCFString(const StringLiteral *Literal); |