diff options
author | Eric Christopher <echristo@gmail.com> | 2015-06-05 22:03:00 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-06-05 22:03:00 +0000 |
commit | 162c91ccc4039746bdb89007913a701581bf3c9a (patch) | |
tree | 7df261e5a4d94ddf2e60c76ac1d0e32a6b829c27 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | c100c56a20de2b4851f5a7192240f2917a10caad (diff) | |
download | llvm-162c91ccc4039746bdb89007913a701581bf3c9a.zip llvm-162c91ccc4039746bdb89007913a701581bf3c9a.tar.gz llvm-162c91ccc4039746bdb89007913a701581bf3c9a.tar.bz2 |
Rename the single non-style conformant function in TargetCodeGenInfo
and update all callers.
llvm-svn: 239193
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp index 8d69308..9496831 100644 --- a/clang/lib/CodeGen/CodeGenModule.cpp +++ b/clang/lib/CodeGen/CodeGenModule.cpp @@ -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, |