summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCMac.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-12-20 19:27:06 +0000
committerBill Wendling <isanbard@gmail.com>2012-12-20 19:27:06 +0000
commit207f05369dabdc0ef0fd2151d067af853e573f36 (patch)
tree7c38251e390ec76ea102b305de4e4069cffd9885 /clang/lib/CodeGen/CGObjCMac.cpp
parent4442605f184427092e64720db15ce89f65f49b78 (diff)
downloadbcm5719-llvm-207f05369dabdc0ef0fd2151d067af853e573f36.tar.gz
bcm5719-llvm-207f05369dabdc0ef0fd2151d067af853e573f36.zip
Rename llvm::Attributes to llvm::Attribute.
llvm-svn: 170722
Diffstat (limited to 'clang/lib/CodeGen/CGObjCMac.cpp')
-rw-r--r--clang/lib/CodeGen/CGObjCMac.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/lib/CodeGen/CGObjCMac.cpp b/clang/lib/CodeGen/CGObjCMac.cpp
index aff804cd4b4..e886e8fe3bd 100644
--- a/clang/lib/CodeGen/CGObjCMac.cpp
+++ b/clang/lib/CodeGen/CGObjCMac.cpp
@@ -64,8 +64,8 @@ private:
return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy,
params, true),
"objc_msgSend",
- llvm::Attributes::get(CGM.getLLVMContext(),
- llvm::Attributes::NonLazyBind));
+ llvm::Attribute::get(CGM.getLLVMContext(),
+ llvm::Attribute::NonLazyBind));
}
/// void objc_msgSend_stret (id, SEL, ...)
@@ -582,8 +582,8 @@ public:
return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.Int32Ty,
params, false),
"_setjmp",
- llvm::Attributes::get(CGM.getLLVMContext(),
- llvm::Attributes::NonLazyBind));
+ llvm::Attribute::get(CGM.getLLVMContext(),
+ llvm::Attribute::NonLazyBind));
}
public:
OpenPOWER on IntegriCloud