commit | 3722f5896c017336125be90f2ede5753c06b3853 | [log] [tgz] |
---|---|---|
author | Mike Stump <mrs@apple.com> | Wed Aug 26 22:31:08 2009 +0000 |
committer | Mike Stump <mrs@apple.com> | Wed Aug 26 22:31:08 2009 +0000 |
tree | 9b76862cadd96348293aa6ccbbbf3562cb085298 | |
parent | e73b2673010f931212691f8e08de1544b77ebf36 [diff] [blame] |
Regularize the case and sort. llvm-svn: 80163
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 @@ if (D->hasAttr<AlwaysInlineAttr>()) F->addFnAttr(llvm::Attribute::AlwaysInline); - if (D->hasAttr<NoinlineAttr>()) + if (D->hasAttr<NoInlineAttr>()) F->addFnAttr(llvm::Attribute::NoInline); }