[cfe-commits] r65093 - /cfe/trunk/lib/CodeGen/CodeGenFunction.h
Mike Stump
mrs at apple.com
Thu Feb 19 16:45:51 PST 2009
Author: mrs
Date: Thu Feb 19 18:45:51 2009
New Revision: 65093
URL: http://llvm.org/viewvc/llvm-project?rev=65093&view=rev
Log:
Deox and Capitolize.
Modified:
cfe/trunk/lib/CodeGen/CodeGenFunction.h
Modified: cfe/trunk/lib/CodeGen/CodeGenFunction.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenFunction.h?rev=65093&r1=65092&r2=65093&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenFunction.h (original)
+++ cfe/trunk/lib/CodeGen/CodeGenFunction.h Thu Feb 19 18:45:51 2009
@@ -697,7 +697,7 @@
/// 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 @@
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);
//===--------------------------------------------------------------------===//
More information about the cfe-commits
mailing list