diff options
author | Mike Stump <mrs@apple.com> | 2009-02-20 00:45:51 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-02-20 00:45:51 +0000 |
commit | 2a9baebae1bd4d1f025973085739eb8091de9aa1 (patch) | |
tree | 3eee4ab49f31e9bda008904b3529278144cb8785 /clang/lib/CodeGen | |
parent | 0a0987d198ec37fcca74c0b62937c5d3d95b500b (diff) | |
download | bcm5719-llvm-2a9baebae1bd4d1f025973085739eb8091de9aa1.tar.gz bcm5719-llvm-2a9baebae1bd4d1f025973085739eb8091de9aa1.zip |
Deox and Capitolize.
llvm-svn: 65093
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 36d14f8cfa3..bc602f37201 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -697,7 +697,7 @@ public: /// LoadComplexFromAddr - Load a complex number from the specified address. ComplexPairTy LoadComplexFromAddr(llvm::Value *SrcAddr, bool SrcIsVolatile); - /// GenerateStaticBlockVarDecl - return the the static declaration of local + /// GenerateStaticBlockVarDecl - Return the the static declaration of local /// variable. llvm::GlobalValue * GenerateStaticBlockVarDecl(const VarDecl &D, bool NoInit, @@ -705,8 +705,8 @@ public: llvm::GlobalValue ::LinkageTypes Linkage); - // GenerateStaticCXXBlockVarDecl - return the static declaration of a local - // variable. Performs initialization of the variable if necessary. + /// GenerateStaticCXXBlockVarDecl - Return the static declaration of a local + /// variable. Performs initialization of the variable if necessary. llvm::GlobalValue *GenerateStaticCXXBlockVarDecl(const VarDecl &D); //===--------------------------------------------------------------------===// |