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

Unified Diff: src/IceIntrinsics.h

Issue 1419903002: Subzero: Refactor x86 register definitions to use the alias mechanism. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix assembler unit tests. Fix register names. Code review changes. Rebase Created 5 years, 2 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/IceInstX86BaseImpl.h ('k') | src/IceOperand.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 208c3c137adaffecf920cae3d130f88d7a27481c..11db543e14cffe1bf02ce8aeaab5f15b8c98bea5 100644
--- a/src/IceIntrinsics.h
+++ b/src/IceIntrinsics.h
@@ -22,7 +22,7 @@ namespace Ice {
class InstCall;
-static const size_t kMaxIntrinsicParameters = 6;
+static constexpr size_t kMaxIntrinsicParameters = 6;
class Intrinsics {
Intrinsics(const Intrinsics &) = delete;
« no previous file with comments | « src/IceInstX86BaseImpl.h ('k') | src/IceOperand.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698