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

Unified Diff: src/IceIntrinsics.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/IceInstX8632.h ('k') | src/IceLiveness.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceIntrinsics.h
diff --git a/src/IceIntrinsics.h b/src/IceIntrinsics.h
index bd0f118cbfb5f33b4ed09a0a81c78847cbcc9074..3a2289de20bc2f4a0a0cf929651787817a082282 100644
--- a/src/IceIntrinsics.h
+++ b/src/IceIntrinsics.h
@@ -159,8 +159,8 @@ private:
typedef std::map<IceString, FullIntrinsicInfo> IntrinsicMap;
IntrinsicMap map;
- Intrinsics(const Intrinsics &) LLVM_DELETED_FUNCTION;
- Intrinsics &operator=(const Intrinsics &) LLVM_DELETED_FUNCTION;
+ Intrinsics(const Intrinsics &) = delete;
+ Intrinsics &operator=(const Intrinsics &) = delete;
};
} // end of namespace Ice
« no previous file with comments | « src/IceInstX8632.h ('k') | src/IceLiveness.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698