Change the name to something less terrible; suggestion by Doug. No functionality change.

llvm-svn: 109797
This commit is contained in:
Argyrios Kyrtzidis
2010-07-29 20:08:05 +00:00
parent 6e03a7476f
commit c904933aac
4 changed files with 4 additions and 4 deletions

View File

@@ -587,7 +587,7 @@ bool CodeGenModule::MayDeferGeneration(const ValueDecl *Global) {
if (Features.EmitAllDecls)
return false;
return !getContext().DeclIsRequiredFunctionOrFileScopedVar(Global);
return !getContext().DeclMustBeEmitted(Global);
}
llvm::Constant *CodeGenModule::GetWeakRefReference(const ValueDecl *VD) {