From da5c86f097645c3818faf14f99fc3cf23bbf054c Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Fri, 20 Feb 2009 00:45:51 +0000 Subject: Deox and Capitolize. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65093 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CodeGenFunction.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/CodeGen/CodeGenFunction.h') 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); //===--------------------------------------------------------------------===// -- cgit v1.2.3-18-g5258