From 5a3b1b0f7ad64709802e8c7772d011aea4d4e78c Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Sun, 3 May 2009 19:01:39 +0000 Subject: Fix comment to account for r70786. llvm-svn: 70789 --- clang/lib/CodeGen/CodeGenModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/CodeGen/CodeGenModule.cpp') diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp index 8de6ef54170..976621847f7 100644 --- a/clang/lib/CodeGen/CodeGenModule.cpp +++ b/clang/lib/CodeGen/CodeGenModule.cpp @@ -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; -- cgit v1.2.3