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

Unified Diff: src/IceDefs.h

Issue 597003004: Subzero: Automatically infer regalloc preferences and overlap. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review changes 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/IceCfgNode.cpp ('k') | src/IceInst.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceDefs.h
diff --git a/src/IceDefs.h b/src/IceDefs.h
index 322e9b43322b6016e7383d0c5d448adb8c4d3bd8..4aa99e2c9fc6032a1e73274b556bcafaaa545d13 100644
--- a/src/IceDefs.h
+++ b/src/IceDefs.h
@@ -105,7 +105,8 @@ enum VerboseItem {
IceV_Frame = 1 << 9,
IceV_Timing = 1 << 10,
IceV_AddrOpt = 1 << 11,
- IceV_All = ~IceV_None
+ IceV_All = ~IceV_None,
+ IceV_Most = IceV_All & ~(IceV_Timing | IceV_LinearScan)
};
typedef uint32_t VerboseMask;
« no previous file with comments | « src/IceCfgNode.cpp ('k') | src/IceInst.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698