From 3722f5896c017336125be90f2ede5753c06b3853 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Wed, 26 Aug 2009 22:31:08 +0000 Subject: Regularize the case and sort. llvm-svn: 80163 --- 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 24b07ca..428d8cc 100644 --- a/clang/lib/CodeGen/CodeGenModule.cpp +++ b/clang/lib/CodeGen/CodeGenModule.cpp @@ -360,7 +360,7 @@ void CodeGenModule::SetLLVMFunctionAttributesForDefinition(const Decl *D, if (D->hasAttr()) F->addFnAttr(llvm::Attribute::AlwaysInline); - if (D->hasAttr()) + if (D->hasAttr()) F->addFnAttr(llvm::Attribute::NoInline); } -- cgit v1.1