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

Unified Diff: src/IceCfg.h

Issue 619983002: Subzero: Remove LLVM_DELETED_FUNCTION. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | src/IceCfgNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceCfg.h
diff --git a/src/IceCfg.h b/src/IceCfg.h
index 5a4c4a161a69c46c8b592caf53e269b080e01b56..4766d47f13a37d46b751c641e4e3c3ef042926f7 100644
--- a/src/IceCfg.h
+++ b/src/IceCfg.h
@@ -184,8 +184,8 @@ private:
// spurious validation failures.
const CfgNode *CurrentNode;
- Cfg(const Cfg &) LLVM_DELETED_FUNCTION;
- Cfg &operator=(const Cfg &) LLVM_DELETED_FUNCTION;
+ Cfg(const Cfg &) = delete;
+ Cfg &operator=(const Cfg &) = delete;
};
} // end of namespace Ice
« no previous file with comments | « no previous file | src/IceCfgNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698