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

Unified Diff: include/llvm/Analysis/NaCl/PNaClABIVerifyModule.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/Analysis/NaCl/PNaClABIVerifyModule.h
diff --git a/include/llvm/Analysis/NaCl/PNaClABIVerifyModule.h b/include/llvm/Analysis/NaCl/PNaClABIVerifyModule.h
index 7ff409323e13463953a161097951edef2afc5c61..e43fccb9dbd34222e8d699ff29bb33bd343d82ca 100644
--- a/include/llvm/Analysis/NaCl/PNaClABIVerifyModule.h
+++ b/include/llvm/Analysis/NaCl/PNaClABIVerifyModule.h
@@ -27,8 +27,8 @@ class PNaClAllowedIntrinsics;
// This pass should not touch function bodies, to stay streaming-friendly
class PNaClABIVerifyModule : public ModulePass {
- PNaClABIVerifyModule(const PNaClABIVerifyModule&) LLVM_DELETED_FUNCTION;
- void operator=(const PNaClABIVerifyModule&) LLVM_DELETED_FUNCTION;
+ PNaClABIVerifyModule(const PNaClABIVerifyModule&) = delete;
+ void operator=(const PNaClABIVerifyModule&) = delete;
public:
static char ID;
PNaClABIVerifyModule() :

Powered by Google App Engine
This is Rietveld 408576698