Index: src/IceDefs.h |
diff --git a/src/IceDefs.h b/src/IceDefs.h |
index e5554127b43d8e570ef51b5471bb710d63441578..db481b6ea6c978573507b4e87e5ec6c92918902f 100644 |
--- a/src/IceDefs.h |
+++ b/src/IceDefs.h |
@@ -342,6 +342,7 @@ enum VerboseItem { |
IceV_GlobalInit = 1 << 22, |
IceV_ConstPoolStats = 1 << 23, |
IceV_Wasm = 1 << 24, |
+ IceV_ShufMat = 2 << 25, |
Jim Stichnoth
2016/04/20 23:43:11
1 << 25
Jim Stichnoth
2016/04/20 23:50:26
Also, add this to IceClFlags.def ?
John
2016/04/21 00:02:18
Done.
John
2016/04/21 00:02:18
Done.
|
IceV_All = ~IceV_None, |
IceV_Most = |
IceV_All & ~IceV_LinearScan & ~IceV_GlobalInit & ~IceV_ConstPoolStats |