]> granicus.if.org Git - clang/commitdiff
Correct function name in comment.
authorNick Lewycky <nicholas@mxc.ca>
Thu, 30 Dec 2010 20:21:55 +0000 (20:21 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 30 Dec 2010 20:21:55 +0000 (20:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122640 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDecl.cpp

index de4cca3a2888d740ec209c92931f2261b917eae5..2c54332185b85e37339535b5c7789cedd99033cd 100644 (file)
@@ -591,7 +591,7 @@ static bool shouldUseMemSetPlusStoresToInitialize(llvm::Constant *Init,
 }
 
 
-/// 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,