Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here.

llvm-svn: 170721
This commit is contained in:
Bill Wendling
2012-12-20 19:22:21 +00:00
parent f658e92724
commit 4442605f18
34 changed files with 288 additions and 288 deletions

View File

@@ -946,7 +946,7 @@ void CodeGenFunction::EmitDestructorBody(FunctionArgList &Args) {
// -fapple-kext must inline any call to this dtor into
// the caller's body.
if (getLangOpts().AppleKext)
CurFn->addFnAttr(llvm::Attribute::AlwaysInline);
CurFn->addFnAttr(llvm::Attributes::AlwaysInline);
break;
}