summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-12-30 20:21:55 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-12-30 20:21:55 +0000
commit8a7d90b1528dbfdc263f5015d6fdfc48197fa924 (patch)
tree0243b38d8c3985c43aa2dc1d51e5b74ba4622107 /clang
parent50e4ebaeb8d92f982880b2203cbf6db11f6569fa (diff)
downloadbcm5719-llvm-8a7d90b1528dbfdc263f5015d6fdfc48197fa924.tar.gz
bcm5719-llvm-8a7d90b1528dbfdc263f5015d6fdfc48197fa924.zip
Correct function name in comment.
llvm-svn: 122640
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/CodeGen/CGDecl.cpp2
1 files changed, 1 insertions, 1 deletions
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,
OpenPOWER on IntegriCloud