From 8a7d90b1528dbfdc263f5015d6fdfc48197fa924 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Thu, 30 Dec 2010 20:21:55 +0000 Subject: Correct function name in comment. llvm-svn: 122640 --- clang/lib/CodeGen/CGDecl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang') diff --git a/clang/lib/CodeGen/CGDecl.cpp b/clang/lib/CodeGen/CGDecl.cpp index de4cca3a288..2c54332185b 100644 --- a/clang/lib/CodeGen/CGDecl.cpp +++ b/clang/lib/CodeGen/CGDecl.cpp @@ -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, -- cgit v1.2.3