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

Unified Diff: src/IceTranslator.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/IceTimerTree.h ('k') | src/IceTypeConverter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTranslator.h
diff --git a/src/IceTranslator.h b/src/IceTranslator.h
index 9480fb03a36f20f8dc2505f76a10216f964de425..b621ffc078573e1ae84276622923fed9161a08c3 100644
--- a/src/IceTranslator.h
+++ b/src/IceTranslator.h
@@ -78,8 +78,8 @@ protected:
std::unique_ptr<Cfg> Func;
private:
- Translator(const Translator &) LLVM_DELETED_FUNCTION;
- Translator &operator=(const Translator &) LLVM_DELETED_FUNCTION;
+ Translator(const Translator &) = delete;
+ Translator &operator=(const Translator &) = delete;
};
}
« no previous file with comments | « src/IceTimerTree.h ('k') | src/IceTypeConverter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698