aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-02-20 00:45:51 +0000
committerMike Stump <mrs@apple.com>2009-02-20 00:45:51 +0000
commitda5c86f097645c3818faf14f99fc3cf23bbf054c (patch)
tree296dbb89bf56ab269ae4ffadba2d781c5478d972 /lib/CodeGen
parent676f0242a86d7652de586cff360c07c4e752035b (diff)
Deox and Capitolize.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65093 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/CodeGenFunction.h6
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);
//===--------------------------------------------------------------------===//