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

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: Add CL tests. 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..e2799eb4a277a70db60a76ab39a636afdc5c39b3 100644
--- a/src/IceDefs.h
+++ b/src/IceDefs.h
@@ -242,6 +242,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