Change the name to something less terrible; suggestion by Doug. No functionality change.
llvm-svn: 109797
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user