Chromium Code Reviews| 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; |