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

Unified Diff: src/IceTimerTree.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 | « src/IceTargetLoweringX8632.h ('k') | src/IceTranslator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTimerTree.h
diff --git a/src/IceTimerTree.h b/src/IceTimerTree.h
index 114cc6f2a51fb6bd55428601959194e8b822e722..029b7f46bb0186067499097f69a06f453be2c7ad 100644
--- a/src/IceTimerTree.h
+++ b/src/IceTimerTree.h
@@ -38,8 +38,8 @@ public:
};
class TimerStack {
- TimerStack(const TimerStack &) LLVM_DELETED_FUNCTION;
- TimerStack &operator=(const TimerStack &) LLVM_DELETED_FUNCTION;
+ TimerStack(const TimerStack &) = delete;
+ TimerStack &operator=(const TimerStack &) = delete;
public:
TimerStack(const IceString &TopLevelName);
« no previous file with comments | « src/IceTargetLoweringX8632.h ('k') | src/IceTranslator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698