summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmt.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/CGStmt.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/CGStmt.cpp')
-rw-r--r--clang/lib/CodeGen/CGStmt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGStmt.cpp b/clang/lib/CodeGen/CGStmt.cpp
index eafa5507650..30bd115cb7a 100644
--- a/clang/lib/CodeGen/CGStmt.cpp
+++ b/clang/lib/CodeGen/CGStmt.cpp
@@ -1641,8 +1641,8 @@ void CodeGenFunction::EmitAsmStmt(const AsmStmt &S) {
/* IsAlignStack */ false, AsmDialect);
llvm::CallInst *Result = Builder.CreateCall(IA, Args);
Result->addAttribute(llvm::AttributeSet::FunctionIndex,
- llvm::Attributes::get(getLLVMContext(),
- llvm::Attributes::NoUnwind));
+ llvm::Attribute::get(getLLVMContext(),
+ llvm::Attribute::NoUnwind));
// Slap the source location of the inline asm into a !srcloc metadata on the
// call. FIXME: Handle metadata for MS-style inline asms.
OpenPOWER on IntegriCloud