diff options
author | Steve Naroff <snaroff@apple.com> | 2009-04-01 13:55:36 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2009-04-01 13:55:36 +0000 |
commit | e14b368fa9d65a75e4c080acc9cc9aa56f657e1a (patch) | |
tree | 3bdc074003083dac29c2230a18f0ba9738a70f86 /clang/lib/CodeGen/CodeGenModule.h | |
parent | c94adda1574e781d12f1d04fbfdec51f4299653c (diff) | |
download | bcm5719-llvm-e14b368fa9d65a75e4c080acc9cc9aa56f657e1a.tar.gz bcm5719-llvm-e14b368fa9d65a75e4c080acc9cc9aa56f657e1a.zip |
More "prep" work for handling UTF16 CFString.
Patch by Jean-Daniel Dupas. Thanks!
llvm-svn: 68203
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 8c7571fd642..c0dbbf8267f 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -187,7 +187,7 @@ public: /// GetAddrOfConstantCFString - Return a pointer to a constant CFString object /// for the given string. - llvm::Constant *GetAddrOfConstantCFString(const std::string& str); + llvm::Constant *GetAddrOfConstantCFString(const StringLiteral *Literal); /// GetAddrOfConstantStringFromLiteral - Return a pointer to a constant array /// for the given string literal. |