[cfe-commits] r63634 - /cfe/trunk/lib/CodeGen/CodeGenFunction.h
Sanjiv Gupta
sanjiv.gupta at microchip.com
Tue Feb 3 09:23:14 PST 2009
Author: sgupta
Date: Tue Feb 3 11:23:12 2009
New Revision: 63634
URL: http://llvm.org/viewvc/llvm-project?rev=63634&view=rev
Log:
Fixed the typo in comment.
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=63634&r1=63633&r2=63634&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenFunction.h (original)
+++ cfe/trunk/lib/CodeGen/CodeGenFunction.h Tue Feb 3 11:23:12 2009
@@ -631,7 +631,7 @@
bool NoInit,
const char *Separator);
- // GenerateStaticBlockVarDecl - return the static declaration of
+ // 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