Rename the single non-style conformant function in TargetCodeGenInfo
and update all callers. llvm-svn: 239193
This commit is contained in:
@@ -836,7 +836,7 @@ void CodeGenModule::setNonAliasAttributes(const Decl *D,
|
||||
if (const SectionAttr *SA = D->getAttr<SectionAttr>())
|
||||
GO->setSection(SA->getName());
|
||||
|
||||
getTargetCodeGenInfo().SetTargetAttributes(D, GO, *this);
|
||||
getTargetCodeGenInfo().setTargetAttributes(D, GO, *this);
|
||||
}
|
||||
|
||||
void CodeGenModule::SetInternalFunctionAttributes(const Decl *D,
|
||||
|
||||
Reference in New Issue
Block a user