Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(321)

Unified Diff: include/llvm/IR/NaClAtomicIntrinsics.h

Issue 1151093004: Changes from 3.7 merge to files not in upstream (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: include/llvm/IR/NaClAtomicIntrinsics.h
diff --git a/include/llvm/IR/NaClAtomicIntrinsics.h b/include/llvm/IR/NaClAtomicIntrinsics.h
index cc7387be077ce1bf0c1fa411ef2381e1905730fe..a0091b845579f83e9b480085f812d3e0055453d4 100644
--- a/include/llvm/IR/NaClAtomicIntrinsics.h
+++ b/include/llvm/IR/NaClAtomicIntrinsics.h
@@ -67,9 +67,9 @@ public:
private:
AtomicIntrinsic I[NumAtomicIntrinsics][NumAtomicIntrinsicOverloadTypes];
- AtomicIntrinsics() LLVM_DELETED_FUNCTION;
- AtomicIntrinsics(const AtomicIntrinsics &) LLVM_DELETED_FUNCTION;
- AtomicIntrinsics &operator=(const AtomicIntrinsics &) LLVM_DELETED_FUNCTION;
+ AtomicIntrinsics() = delete;
+ AtomicIntrinsics(const AtomicIntrinsics &) = delete;
+ AtomicIntrinsics &operator=(const AtomicIntrinsics &) = delete;
};
/// Operations that can be represented by the @llvm.nacl.atomic.rmw

Powered by Google App Engine
This is Rietveld 408576698