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

Unified Diff: src/IceDefs.h

Issue 1571433004: Implements include/exclude register lists for translation. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nits. Created 4 years, 11 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
Index: src/IceDefs.h
diff --git a/src/IceDefs.h b/src/IceDefs.h
index ceb6fd090d41b561ae6b1ae432b8a6d36609e28a..fc5a5cbeff292179e498dfb33e007730eb6e1af7 100644
--- a/src/IceDefs.h
+++ b/src/IceDefs.h
@@ -46,6 +46,7 @@
#include <string>
#include <system_error>
#include <unordered_map>
+#include <unordered_set>
#include <vector>
namespace Ice {
@@ -242,6 +243,7 @@ enum VerboseItem {
IceV_RMW = 1 << 12,
IceV_Loop = 1 << 13,
IceV_Status = 1 << 14,
+ IceV_AvailableRegs = 1 << 15,
IceV_All = ~IceV_None,
IceV_Most = IceV_All & ~IceV_LinearScan
};

Powered by Google App Engine
This is Rietveld 408576698