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

Unified Diff: src/IceDefs.h

Issue 490333003: Subzero: Fix address mode optimization involving phi temporaries. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Clean up and better document the test Created 6 years, 4 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 cf9052cdfec40d8d53aab3b09220da5d63bf5fe9..d156a6066fb2b22aedbd493e18f71a71b2da8cca 100644
--- a/src/IceDefs.h
+++ b/src/IceDefs.h
@@ -101,6 +101,7 @@ enum VerboseItem {
IceV_LinearScan = 1 << 8,
IceV_Frame = 1 << 9,
IceV_Timing = 1 << 10,
+ IceV_AddrOpt = 1 << 11,
IceV_All = ~IceV_None
};
typedef uint32_t VerboseMask;

Powered by Google App Engine
This is Rietveld 408576698