Fix comment to account for r70786.
llvm-svn: 70789
This commit is contained in:
@@ -230,7 +230,7 @@ void CodeGenModule::EmitAnnotations() {
|
||||
|
||||
static CodeGenModule::GVALinkage
|
||||
GetLinkageForFunction(const FunctionDecl *FD, const LangOptions &Features) {
|
||||
// "static" and attr(always_inline) functions get internal linkage.
|
||||
// "static" functions get internal linkage.
|
||||
if (FD->getStorageClass() == FunctionDecl::Static)
|
||||
return CodeGenModule::GVA_Internal;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user