Correct function name in comment.

llvm-svn: 122640
This commit is contained in:
Nick Lewycky 2010-12-30 20:21:55 +00:00
parent 50e4ebaeb8
commit 8a7d90b152
1 changed files with 1 additions and 1 deletions

View 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. /// variable declaration with auto, register, or no storage class specifier.
/// These turn into simple stack objects, or GlobalValues depending on target. /// These turn into simple stack objects, or GlobalValues depending on target.
void CodeGenFunction::EmitAutoVarDecl(const VarDecl &D, void CodeGenFunction::EmitAutoVarDecl(const VarDecl &D,