Rename the single non-style conformant function in TargetCodeGenInfo

and update all callers.

llvm-svn: 239193
This commit is contained in:
Eric Christopher
2015-06-05 22:03:00 +00:00
parent c100c56a20
commit 162c91ccc4
3 changed files with 24 additions and 24 deletions

View File

@@ -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,