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

Unified Diff: lib/Transforms/NaCl/RewriteLLVMIntrinsics.cpp

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: lib/Transforms/NaCl/RewriteLLVMIntrinsics.cpp
diff --git a/lib/Transforms/NaCl/RewriteLLVMIntrinsics.cpp b/lib/Transforms/NaCl/RewriteLLVMIntrinsics.cpp
index 5b3cb3b270d5c670fb475df4e7e128041a7cdceb..119b85aaa1a442f0d81c91ad7e3f8684b833daa9 100644
--- a/lib/Transforms/NaCl/RewriteLLVMIntrinsics.cpp
+++ b/lib/Transforms/NaCl/RewriteLLVMIntrinsics.cpp
@@ -54,10 +54,9 @@ public:
Function *F;
private:
- IntrinsicRewriter() LLVM_DELETED_FUNCTION;
- IntrinsicRewriter(const IntrinsicRewriter &) LLVM_DELETED_FUNCTION;
- IntrinsicRewriter &operator=(
- const IntrinsicRewriter &) LLVM_DELETED_FUNCTION;
+ IntrinsicRewriter() = delete;
+ IntrinsicRewriter(const IntrinsicRewriter &) = delete;
+ IntrinsicRewriter &operator=(const IntrinsicRewriter &) = delete;
};
private:

Powered by Google App Engine
This is Rietveld 408576698