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

Unified Diff: src/IceDefs.h

Issue 1790063003: Subzero: Control whether deleted instructions are retained. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Move comment into .h file Created 4 years, 9 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/IceClFlags.cpp ('k') | no next file » | 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 d9c0c234784e0d569ae6c83ed109bb981d37749f..2b19b3f517a1f2dcb4a07e39ade8d3d316c2c64d 100644
--- a/src/IceDefs.h
+++ b/src/IceDefs.h
@@ -222,7 +222,7 @@ enum VerboseItem {
IceV_ConstPoolStats = 1 << 23,
IceV_All = ~IceV_None,
IceV_Most =
- IceV_All & ~IceV_LinearScan & ~IceV_GlobalInit & IceV_ConstPoolStats
+ IceV_All & ~IceV_LinearScan & ~IceV_GlobalInit & ~IceV_ConstPoolStats
};
using VerboseMask = uint32_t;
« no previous file with comments | « src/IceClFlags.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698