[cfe-commits] r122640 - /cfe/trunk/lib/CodeGen/CGDecl.cpp

Nick Lewycky nicholas at mxc.ca
Thu Dec 30 12:21:55 PST 2010


Author: nicholas
Date: Thu Dec 30 14:21:55 2010
New Revision: 122640

URL: http://llvm.org/viewvc/llvm-project?rev=122640&view=rev
Log:
Correct function name in comment.

Modified:
    cfe/trunk/lib/CodeGen/CGDecl.cpp

Modified: cfe/trunk/lib/CodeGen/CGDecl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDecl.cpp?rev=122640&r1=122639&r2=122640&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDecl.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGDecl.cpp Thu Dec 30 14:21:55 2010
@@ -591,7 +591,7 @@
 }
 
 
-/// EmitLocalVarDecl - Emit code and set up an entry in LocalDeclMap for a
+/// EmitAutoVarDecl - Emit code and set up an entry in LocalDeclMap for a
 /// variable declaration with auto, register, or no storage class specifier.
 /// These turn into simple stack objects, or GlobalValues depending on target.
 void CodeGenFunction::EmitAutoVarDecl(const VarDecl &D,





More information about the cfe-commits mailing list