diff options
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 36d14f8cfa..bc602f3720 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/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); //===--------------------------------------------------------------------===// |